export declare function createKeyManager(): { toKey: (num: number) => string; getNextKey: () => string; getCurrentKey: () => string; };