import type { BasePlugin } from './base-plugin';

export type Plugin = BasePlugin<any>;
