import type { Manager } from '../manager.js'; /** * Guards against husky's `HUSKY=0` environment override, which disables all * husky git hooks for the command. */ export declare const huskyManager: Manager; //# sourceMappingURL=husky-manager.d.ts.map