import type { ExecutableGraphValidationError } from "@x12i/graphenix-executable-contracts"; export declare function collectTaskVariableLegacyRejections(nodeId: string, params: Record, basePath: string): ExecutableGraphValidationError[]; export declare function collectTaskVariableLegacyAliasWarnings(nodeId: string, params: Record, basePath: string): ExecutableGraphValidationError[]; export declare function validateTaskSubstance(nodeId: string, params: Record, basePath: string): ExecutableGraphValidationError[]; //# sourceMappingURL=validate-task-substance.d.ts.map