import { CreatePhishingResponseDto } from './create-phishing-response.dto';
declare const UpdatePhishingResponseDto_base: import("@nestjs/mapped-types").MappedType<Partial<CreatePhishingResponseDto>>;
export declare class UpdatePhishingResponseDto extends UpdatePhishingResponseDto_base {
}
export {};
