export declare function replaceAll(str: string, target: string, replacement: string): string;