import { CreateUserCommunicationAddressDto } from './create-user-communication-address.dto';
declare const UpdateUserCommunicationAddressDto_base: import("@nestjs/common").Type<Partial<CreateUserCommunicationAddressDto>>;
export declare class UpdateUserCommunicationAddressDto extends UpdateUserCommunicationAddressDto_base {
}
export {};
