import { InvalidTestCase, SuggestionOutput } from "@typescript-eslint/rule-tester"; export declare function fromFixture(fixture: string, invalidTestCase?: { output?: string; suggestions?: readonly SuggestionOutput[] | null; }): InvalidTestCase; export declare function fromFixture(fixture: string, invalidTestCase: Omit, "code" | "errors"> & { suggestions?: readonly SuggestionOutput[] | null; }): InvalidTestCase;