import type CorePlugin from "./plugin.js"; import type { GoalState } from "../domain/types.js"; type PluginInput = Parameters[0]; type PluginHooks = Awaited>; export declare function formatProjectGoalIndex(goals: GoalState[], currentSessionID: string, selector?: string): string; export declare function installProjectGoalIndex(input: PluginInput, hooks: PluginHooks): void; export {}; //# sourceMappingURL=project-index.d.ts.map