import * as ts from "@tsd/typescript"; import type { Location } from "./parser"; export declare function silenceError(diagnostic: ts.DiagnosticWithLocation, expectedErrors: Map): "ignore" | "preserve" | Location;