import { PluginConf } from './types';
export declare const loadConfig: () => PluginConf;
