export declare function splice(str: string, start: number, delCount: number, newSubStr: string): string;