export declare class AuthUserChangePasswordModel {
    oldPassword: string;
    newPassword: string;
    linkUserId?: number;
}
