import type { Cache } from './type';
export declare const RECORDS_LIMIT = 10000;
export declare function createSharedMemoryCache(prefix?: string): Cache;
