export declare function ReplaceAll(s: string, old: string, replacement: string): string;