export declare const spliceString: (string: string, toInsert: string, index: number, length?: number) => string;