import type { IWorkflowBase } from 'n8n-workflow'; export declare function formatWorkflow(workflow: IWorkflowBase): string;