export declare class Replacer { private regexp; private readonly map; constructor(map: Record); private build; replace(string: string): string; }