export declare function changeText(text: string, toInsert: {
    pos: number;
    toAdd?: string;
    toRemove?: string;
}[]): string;
