import { FileTextChanges, formatting, LanguageServiceHost, SourceFile, TextSpan, UserPreferences } from "./_namespaces/ts.js"; /** @internal */ export declare function mapCode(sourceFile: SourceFile, contents: string[], focusLocations: TextSpan[][] | undefined, host: LanguageServiceHost, formatContext: formatting.FormatContext, preferences: UserPreferences): FileTextChanges[]; //# sourceMappingURL=mapCode.d.ts.map