import type { Tool } from '@modelcontextprotocol/sdk/types.js'; import type { AuthContext } from '../types.js'; export declare const listContextLibrariesTool: Tool; export declare function listContextLibraries(auth: AuthContext, args: { workspaceId?: string; }): Promise<{ content: { type: string; text: string; }[]; isError?: never; } | { content: { type: string; text: string; }[]; isError: boolean; }>; //# sourceMappingURL=list-projects.d.ts.map