import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; import { type GoalController, type GoalExtensionBridge } from "./types.js"; export type { GoalController, GoalControllerCreateInput, GoalControllerEditInput, GoalControllerResumeInput, GoalResult, GoalStatus, ThreadGoal, } from "./types.js"; export interface GoalExtensionOptions { bridge?: GoalExtensionBridge; } export declare function registerGoalExtension(pi: ExtensionAPI, options?: GoalExtensionOptions): GoalController; export default registerGoalExtension; //# sourceMappingURL=index.d.ts.map