export abstract class TotpService { getCode: (key: string) => Promise; getTimeInterval: (key: string) => number; }