/** * Checks if the input contains a -c core.hooksPath= override * which is used to bypass git hooks by redirecting the hooks directory * @param input - The command string to scan. * @returns True when a core.hooksPath override is detected. */ export declare function hasHooksPathOverride(input: string): boolean; //# sourceMappingURL=has-hooks-path-override.d.ts.map