import type { HookContext, HookResult } from './base.js'; import { BaseHook } from './base.js'; export declare class LintChangedHook extends BaseHook { name: string; static metadata: { id: string; displayName: string; description: string; category: "validation"; triggerEvent: "PostToolUse"; matcher: string; dependencies: string[]; }; execute(context: HookContext): Promise; private loadConfig; private runBiome; private runEslint; private hasEslintErrors; } //# sourceMappingURL=lint-changed.d.ts.map