import type { WorkflowTemplate } from './types.js'; export interface SummarizeWorkflowTemplateOptions { maxDescriptionLength?: number; includeInputsSentence?: boolean; } export declare function summarizeWorkflowTemplate(template: WorkflowTemplate, options?: SummarizeWorkflowTemplateOptions): string; //# sourceMappingURL=summarize.d.ts.map