export declare function insert(originalStr: string, insertedStr: string, index: number, overwrite?: boolean): string;