export declare class ProfileChangeTwofactorStatusDTO { password: string; otp: number; status: boolean; }