import type { CodesightPlugin } from "../../types.js"; export type { GitHook, GitHookCommand, HookTool } from "./types.js"; export declare function createGitHooksPlugin(): CodesightPlugin;