export declare class TwoFactorAuthenticationModel { id: string; code: string; }