import type { ToolDef } from './provider-base.js'; import type { ToolDispatcher } from './tool-dispatcher.js'; export declare const CODING_READ_SAFE: Set; export declare function isCodingGateToolName(name: string): boolean; export declare function getCodingGateTools(): ToolDef[]; export interface CodingGateContext { cwd: string; } export declare function buildCodingGateDispatcher(ctx: CodingGateContext): ToolDispatcher; //# sourceMappingURL=coding-gate-dispatcher.d.ts.map