import type { WorkflowValidationInput, WorkflowValidationIssue } from './types.js';
export declare function validateWorkflowSchemas(def: WorkflowValidationInput): WorkflowValidationIssue[];
//# sourceMappingURL=schemas.d.ts.map