import type { ExecutableGraphValidationError } from "@x12i/graphenix-executable-contracts"; export declare function collectInputsConfigRecordWithFlatTemplatesWarnings(nodeId: string, params: Record, basePath: string): ExecutableGraphValidationError[]; export declare function collectInputsConfigRecordWithFlatTemplatesRejections(nodeId: string, params: Record, basePath: string): ExecutableGraphValidationError[]; //# sourceMappingURL=validate-inputs-config-contract.d.ts.map