export abstract class TotpService { getCode: (keyb32: string) => Promise; isAutoCopyEnabled: () => Promise; }