import type { GitHook } from "./types.js"; export declare function formatGitHooks(hooks: GitHook[]): string;