import type { CommandOutput } from './types.ts'; /** Validates workflow definition modules and reports load or design-time errors. */ export declare function executeValidate(options: { entryPaths: string[]; json: boolean; }): Promise;