export declare const listWorkflows: { name: string; description: string; inputSchema: { type: string; properties: { project_name: { type: string; description: string; }; limit: { type: string; description: string; }; last_id: { type: string; description: string; }; }; required: never[]; }; handler: (args: unknown) => Promise<{ workflows: import("../../types/workflow.js").Workflow[]; next_page_id: string | undefined; count: number; }>; }; //# sourceMappingURL=list-workflows.d.ts.map