import { PluginImpl } from 'rollup'; import { Dictionary, Nullable, StrictNullable } from './helper-types'; declare function pluginLoader(name: string, others: StrictNullable, exportName: string, dependencies: Nullable>): Promise>; export default pluginLoader;