import { Converter } from '../interfaces';
export declare function replaceConverter(pattern: string | RegExp, replacement: string): Converter;
