import type { ExecutableGraphValidationError } from "@x12i/graphenix-executable-contracts"; export declare function collectLegacyPreInputStrategyWarnings(nodeId: string, params: Record, basePath: string): ExecutableGraphValidationError[]; export declare function collectLegacyPreInputStrategyRejections(nodeId: string, params: Record, basePath: string): ExecutableGraphValidationError[]; export declare function stripLegacyPreInputStrategyFields(taskConfiguration: Record, context?: { nodeId: string; basePath: string; }): ExecutableGraphValidationError[]; //# sourceMappingURL=legacy-pre-input-strategy.d.ts.map