import type { ResolvedContentContext } from "./types.js"; export declare function buildFileCacheKeyPrefix(ctx: ResolvedContentContext | null | undefined): string; export declare function buildStatCacheKeyPrefix(ctx: ResolvedContentContext | null | undefined): string; export declare function buildDirCacheKeyPrefix(ctx: ResolvedContentContext | null | undefined): string; export declare function buildFileListCacheKey(ctx: ResolvedContentContext | null | undefined): string; //# sourceMappingURL=cache-keys.d.ts.map