import Decorators from './utils';
export * from './plugin';
export * from './utils';
export declare function plugins(plugin: string | string[] | {
    name: string;
}): Decorators;
export default plugins;
