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