import type { AuthContext } from '../types.js'; export declare const listWorkspacesTool: { name: string; description: string; inputSchema: { type: string; properties: {}; required: never[]; }; }; export declare function listWorkspaces(auth: AuthContext, _args: any): Promise<{ content: { type: string; text: string; }[]; }>; //# sourceMappingURL=list-workspaces.d.ts.map