import type { CallToolResult } from '@modelcontextprotocol/sdk/types.js';
export declare function syncCodeTool(args: unknown): Promise<CallToolResult>;
export declare const syncCode: typeof syncCodeTool;
//# sourceMappingURL=syncCode.d.ts.map