import type { Tool } from '@wrongstack/core/types'; import type { ToolDeps } from './shared.js'; export declare function makeLSPTools(deps: ToolDeps): Tool[]; //# sourceMappingURL=index.d.ts.map