export declare const METADATA_CACHE: {
    readonly CACHE_TIME: number;
    readonly STALE_TIME: number;
};
export type MetadataCache = typeof METADATA_CACHE;
//# sourceMappingURL=cache.d.ts.map