import { IContext } from "../type"; export declare type PluginFunc = (options: IContext) => void;