import type { TOTPOptions } from './index'; export declare function setGlobalTOTPConfig(config: Partial): void; export declare function getGlobalTOTPConfig(): Partial; export declare function resetGlobalTOTPConfig(): void; export declare function mergeConfig(config?: TOTPOptions): TOTPOptions; //# sourceMappingURL=config.d.ts.map