import type { PluginImplementType } from './types'; export declare const definePlugin: (options: PluginImplementType) => PluginImplementType;