/**
 * Derives a cache key namespaced to a particular object. `id` should be a hex string
 */
export declare const objectIdKey: (id: string, key?: string) => string;
