import type { Node } from "@x12i/graphenix-core"; import type { ExecutableGraphValidationError } from "@x12i/graphenix-executable-contracts"; export declare function validateTaskKnowledgePlacement(node: Node): ExecutableGraphValidationError[]; export declare function validateFinalizerKnowledgePlacement(nodeId: string, params: Record, basePath: string): ExecutableGraphValidationError[]; //# sourceMappingURL=validate-knowledge-placement.d.ts.map