import { LitFormatEdit } from "lit-analyzer";
import * as ts from "typescript";
export declare function translateFormatEdits(formatEdits: LitFormatEdit[]): ts.TextChange[];
//# sourceMappingURL=translate-format-edits.d.ts.map