import type { ExecutableGraphValidationError } from "@x12i/graphenix-executable-contracts"; export declare function validateGraphKnowledgeScope(metadata: unknown, basePath?: string): ExecutableGraphValidationError[]; export declare function validateKnowledgeExtensionScope(extensions: Record, metadataBasePath?: string): ExecutableGraphValidationError[]; //# sourceMappingURL=validate-graph-knowledge-scope.d.ts.map