import type { Lix } from "@lix-js/sdk"; /** * Implements a "Network-First" caching strategy. */ export declare function withCache(moduleLoader: (uri: string) => Promise, lix: Lix): (uri: string) => Promise; //# sourceMappingURL=cache.d.ts.map