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