import type { TextEdit, TSConfig } from "./types.ts"; /** * Finds and creates a text edit to remove the baseUrl property from a tsconfig file. */ export declare function getPropertyRemovalEdits(tsconfig: TSConfig, prop: "baseUrl" | "rootDir"): TextEdit[] | undefined; //# sourceMappingURL=optionsPropertyRemoval.d.ts.map