export declare function replaceBetween(str: string, startChar: string, endChar: string, replaceWith?: string): string;
