export declare class CreatePartnerPwdDto {
    email: string;
    password: string;
}
