import { Workflow } from '../withBrowserFlow.js'; export interface CustomFlowValidationResult { valid: boolean; errors?: string[]; } export declare function validateCustomFlow(workflow: unknown): CustomFlowValidationResult; export declare function loadCustomFlow(filePath: string): Promise; //# sourceMappingURL=customFlow.d.ts.map