export declare function stringSplice(text: string, idx: number, rem: number, str: string): string;
