export declare const TARGET_GIT_TRANSITION_HOOKS: readonly ["post-checkout", "post-merge", "post-rewrite"]; export declare const TARGET_GIT_HOOK_MARKER = "graft-target-repo-git-hook"; export declare function resolveGitHooksPath(worktreeRoot: string, gitCommonDir: string, configuredCoreHooksPath: string | null): string; export declare function isRecognizedTargetGitHook(content: string, hookName: (typeof TARGET_GIT_TRANSITION_HOOKS)[number]): boolean; export declare function isTargetGitTransitionHookName(value: string): value is (typeof TARGET_GIT_TRANSITION_HOOKS)[number]; export declare function buildTargetGitHookScript(hookName: (typeof TARGET_GIT_TRANSITION_HOOKS)[number]): string; //# sourceMappingURL=target-git-hook-bootstrap.d.ts.map