import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; import { registerApplyPatchTool } from "./apply-patch.js"; import { registerFindFilesTool } from "./find-files.js"; import { registerGrepFilesTool } from "./grep-files.js"; import { registerListDirTool } from "./list-dir.js"; import { registerViewImageTool } from "./view-image.js"; import { registerCodexPlanTools } from "./plan.js"; import { registerRequestUserInputTool } from "./request-user-input.js"; export declare function registerCodexCompatibilityTools(pi: ExtensionAPI): void; export { registerCodexPlanTools, registerRequestUserInputTool, registerListDirTool, registerFindFilesTool, registerGrepFilesTool, registerApplyPatchTool, registerViewImageTool, }; //# sourceMappingURL=index.d.ts.map