import type { Tool } from '../../types/tools.js'; export declare function createQueryTool(options: string | { readonly workingDirectory: string; readonly surfaceRoot?: string; }): Tool; //# sourceMappingURL=index.d.ts.map