import type { CompiledSourceItemV2 } from "./long-task-source-authority-types.js"; import type { SemanticFactManifestV1 } from "./semantic-fact-types.js"; export declare function validateSemanticFactLocatedValues(repository: string, manifest: SemanticFactManifestV1, sourceItems: CompiledSourceItemV2[]): Promise;