import type { InspectInput } from './schema.js'; import { type InspectToolResult } from './shared.js'; export declare function executeInspectMode(input: InspectInput, projectRoot: string, format: string): Promise; //# sourceMappingURL=executor.d.ts.map