type ModuleSourceResolver = "module-server" | "module-batch"; export declare function buildSourceMissCacheKey(options: { resolver: ModuleSourceResolver; projectDir: string; projectId?: string; projectSlug?: string | null; branch?: string | null; releaseId?: string | null; basePath: string; reactVersion?: string; }): string; export declare function hasSourceMiss(cacheKey: string): boolean; export declare function rememberSourceMiss(cacheKey: string): void; export declare function clearSourceMissCache(resolver?: ModuleSourceResolver): void; export {}; //# sourceMappingURL=module-source-resolution-cache.d.ts.map