import { Context } from '../../core/Context';
export declare function pluginJS(): (ctx: Context) => void;
