import * as TSESLint from '../ts-eslint'; declare const parser = "@typescript-eslint/parser"; declare type RuleTesterConfig = Omit & { parser: typeof parser; }; declare class RuleTester extends TSESLint.RuleTester { #private; constructor(options: RuleTesterConfig); private getFilename; run>(name: string, rule: TSESLint.RuleModule, testsReadonly: TSESLint.RunTests): void; } /** * Simple no-op tag to mark code samples as "should not format with prettier" * for the internal/plugin-test-formatting lint rule */ declare function noFormat(strings: TemplateStringsArray, ...keys: string[]): string; export { noFormat, RuleTester }; //# sourceMappingURL=RuleTester.d.ts.map