import type { PluginConfig } from '../types'; export declare const pluginConfig: (config?: PluginConfig) => PluginConfig;