import { type CliError } from "../_utils/cli-error.js"; import { type Result } from "../_utils/result.js"; declare const installGitHooks: (input: { absolute: boolean; }) => Promise>; export { installGitHooks };