/** Describe TOTP secret keys */
export interface TOTPSecret {
    /**  */
    id: number;
    /**  */
    qrcodeHelper: string;
    /**  */
    secret: string;
}
//# sourceMappingURL=TOTPSecret.d.ts.map