import { TscWatchCompileChange } from "./tscWatch.js"; import { TestServerHost } from "./virtualFileSystemWithWatch.js"; export declare function verifyAlternateResultScenario(forTsserver: boolean, action: (scenario: string, sys: () => TestServerHost, edits: () => readonly TscWatchCompileChange[]) => void): void; //# sourceMappingURL=alternateResult.d.ts.map