export declare function codegenShardIndexKey(userId: string): string; export declare function readCodegenShardIndex(userId: string): number; export declare function writeCodegenShardIndex(userId: string, n: number): void; export declare function resetCodegenShardIndexMemory(): void;