export declare type MfaSecret = {
    secret: string;
    qr_code: string;
};
