import LRUCache from "lru-cache"; import postcss from "../lib/postcss"; declare function updateCache(newOptions?: LRUCache.Options): void; declare function getCache(): LRUCache; export { updateCache, getCache, };