import type * as ts from 'typescript'; export declare function combineChangeRanges(...changeRanges: ts.TextChangeRange[]): ts.TextChangeRange;