import { Plugin } from '../../plugins'; export declare type PluginReference = string | Plugin | Function;