export declare const insertAt: (text: string, toInsert: string, start: number, end?: number) => string;