export interface BasePluginFn { (pluginName: string, context: Context): () => void // return unsubscribe function }