import type { FffService } from "../services/fff-service.js"; import type { HookDefinition } from "./index.js"; export declare function createRefreshGitHook(service: FffService): HookDefinition; //# sourceMappingURL=refresh-git.d.ts.map