import type { HarnessYamlScope } from "./types.js"; export interface LiveSchemaCacheKeyScope { orgId?: string; projectId?: string; /** Explicit entity identifier — omitted when using the internal placeholder only. */ identifier?: string; } export declare function buildLiveSchemaCacheKey(resourceType: string, accountId: string, scope: HarnessYamlScope, identifiers?: LiveSchemaCacheKeyScope): string; export declare function buildBundledSchemaKey(resourceType: string, scope: HarnessYamlScope): string; //# sourceMappingURL=cache-keys.d.ts.map