export declare function replace(subject: string, regex: RegExp, replacement: string): string;