import { BoundedMap } from './internal/lru.js';
export declare const checksum: BoundedMap<`0x${string}`>;
/**
 * Clears all global caches.
 *
 * @example
 * ```ts
 * import { Caches } from 'ox'
 * Caches.clear()
 * ```
 */
export declare function clear(): void;
//# sourceMappingURL=Caches.d.ts.map