import { CreateAuthenticationDto } from './create-authentication.dto';
declare const UpdateAuthenticationDto_base: import("@nestjs/mapped-types").MappedType<Partial<CreateAuthenticationDto>>;
export declare class UpdateAuthenticationDto extends UpdateAuthenticationDto_base {
}
export {};
