import type { ProjectCache } from "./types.ts"; /** * Create an empty cache for holding TypeScript projects. * * @param print Optional method for printing messages. When not set, messages are printed to the console. * @returns Empty project cache */ export declare function createProjectCache(print?: (message: string) => void): ProjectCache; //# sourceMappingURL=projectCache.d.ts.map