export = mapReplace;
declare function mapReplace(objOrText: any, toReplace: any, recursive?: boolean): any;
