export declare function substr_replace(str: string, replace: string, start: number, length?: number): string;