import type { Context } from "../context.ts"; import type { ExecutionEnv } from "../types.ts"; export declare function resolveToolPath(env: ExecutionEnv, path: string, context: Context): Promise; export declare function resolveReadToolPath(env: ExecutionEnv, path: string, context: Context): Promise; //# sourceMappingURL=path-utils.d.ts.map