import type { Tool } from '@modelcontextprotocol/sdk/types.js'; import type { AuthContext } from '../types.js'; export declare const listTool: Tool; export declare const getTool: Tool; export declare const createTool: Tool; export declare const updateTool: Tool; export declare const deleteTool: Tool; export declare const searchTool: Tool; export declare const loadWorkflowTool: Tool; export declare const manageRelationshipTool: Tool; export declare const harnessTool: Tool; export declare const marketplaceTool: Tool; export declare const newProjectTool: Tool; export declare const resumeProjectTool: Tool; export declare const contextiumHelpTool: Tool; export declare const contextiumStatusTool: Tool; export declare const createResourceTool: Tool; export declare const notifyTeamTool: Tool; export declare const figmaSyncTool: Tool; export declare function handleList(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; }>; export declare function handleGet(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: never; }>; export declare function handleCreate(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: never; }>; export declare function handleUpdate(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: never; }>; export declare function handleDelete(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: never; }>; export declare function handleSearch(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: never; }>; export declare function handleLoadWorkflow(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: never; }>; export declare function handleManageRelationship(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: never; }>; export declare function handleHarnessAction(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; }>; export declare function handleMarketplace(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; isError?: never; } | { content: { type: string; text: string; }[]; isError: boolean; }>; export declare function handleFigmaSyncAction(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: never; }>; export declare function handleNotifyTeam(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: never; }>; export declare function handleResumeProject(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: never; }>; export declare function handleContextiumHelp(_auth: AuthContext, _args: any): Promise<{ content: { type: string; text: string; }[]; }>; export declare function handleContextiumStatus(auth: AuthContext, args: any): Promise<{ content: { type: string; text: string; }[]; isError?: never; } | { content: { type: string; text: string; }[]; isError: boolean; }>; export declare function handleCreateResource(_auth: AuthContext, _args: any): Promise<{ content: { type: string; text: string; }[]; }>; export declare function handleNewProject(_auth: AuthContext, _args: any): Promise<{ content: { type: string; text: string; }[]; }>; //# sourceMappingURL=consolidated.d.ts.map