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