import type { Rule } from 'eslint';
import type { TestInput } from '../types.js';
export declare const runEslintTests: (testName: string, rule: Rule.RuleModule, { valid, invalid, }: TestInput) => void;
//# sourceMappingURL=runEslintTests.d.ts.map