export interface TotpService { getCode(keyb32: string): Promise; isAutoCopyEnabled(): Promise; }