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