import type { WorkflowJSON, WorkflowBuilder } from '../types/base'; export declare function parseWorkflowCode(code: string): WorkflowJSON; export declare function parseWorkflowCodeToBuilder(code: string): WorkflowBuilder;