File: /var/www/web.enelar.com.co/node_modules/@angular-eslint/utils/dist/rules-tester.d.ts
import { TSESLint } from '@typescript-eslint/utils';
declare const VALID_PARSERS: readonly ["@angular-eslint/template-parser", "@typescript-eslint/parser"];
type RuleTesterConfig = Omit<TSESLint.RuleTesterConfig, 'parser'> & {
parser: (typeof VALID_PARSERS)[number];
};
export declare class RuleTester extends TSESLint.RuleTester {
private filename?;
constructor(options: RuleTesterConfig);
run<TMessageIds extends string, TOptions extends readonly unknown[]>(name: string, rule: TSESLint.RuleModule<TMessageIds, TOptions>, { valid, invalid }: TSESLint.RunTests<TMessageIds, TOptions>): void;
}
export {};