/** * Create a phased find tool. * * Category : `read`, find operations are non-mutating. * Cancellable: `true`, directory walks and content searches can be slow; * the executor will honour an AbortSignal to interrupt long-running queries. * skipPhases : `['prehook', 'posthook']`, find needs no before/after hooks * (no write audit trail, no cache invalidation). * * @returns A PhasedTool that delegates execution to an owned find tool instance. */ export declare function createPhasedFindTool(projectRoot: string): import("../../runtime/tools/adapter.js").PhasedTool; //# sourceMappingURL=phased.d.ts.map