import { PluginImplementType } from './types';

export declare const definePlugin: (options: PluginImplementType<any, any>) => PluginImplementType<any, any>;
