export interface ITotp {
    /** The URL to the QR-code to display */
    secretQrUrl: string;
    /** The raw secret for the challenge */
    rawSecret: string;
}
//# sourceMappingURL=ITotp.d.ts.map