export declare class ProfileTwofactorDTO { status: boolean; secret: string; email: string; }