export declare class ChangePwdDto {
    readonly password: string;
    readonly newPassord: string;
    passwordConfirm: string;
}
