export declare const splice: (target: string, stringToInsert: string, positionToInsert: number) => string;