import { HookContext, RunDeps } from "../types.mjs"; import { SessionBeforeTreeEvent } from "@earendil-works/pi-coding-agent"; //#region src/branch/handler.d.ts declare function runGroundedBranchSummaryAugmentation(event: SessionBeforeTreeEvent, ctx: HookContext, deps?: RunDeps): Promise<{ customInstructions: string; replaceInstructions: boolean; } | undefined>; //#endregion export { runGroundedBranchSummaryAugmentation }; //# sourceMappingURL=handler.d.mts.map