import { CacheConfigurations } from "./types.mjs"; //#region ../cache/src/config.d.ts declare function setCacheConfigurations(newConfiguration: CacheConfigurations): void; declare function getCacheConfigurations(): Partial; declare function getCacheConfig(key: Key): CacheConfigurations[Key] | undefined; //#endregion export { getCacheConfig, getCacheConfigurations, setCacheConfigurations }; //# sourceMappingURL=config.d.mts.map