import type { PluginBuilder } from '../interfaces'; declare const createPlugin: PluginBuilder; export default createPlugin;