export type KeysRecord = Record<string, number>;
export interface KeysCacheResult {
    success: boolean;
    error?: string;
}
//# sourceMappingURL=types.d.ts.map