/** Describe SOTP secret keys */
export interface SOTPSecret {
    /**  */
    codes: string[];
}
//# sourceMappingURL=SOTPSecret.d.ts.map