export declare function Replace(s: string, old: string, newStr: string, n: number): string;