export function preloadPlugin(pluginName: any): void;
export function loadPlugin(pluginName: any, pluginConfig: any): Promise<any>;
