import { Context } from '../../core/Context';
export declare type IPluginReplaceProps = {
    [key: string]: any;
};
export declare function pluginReplace(a?: IPluginReplaceProps | string | RegExp, b?: IPluginReplaceProps): (ctx: Context) => void;
