import { PluginImpl } from 'rollup'; import { IsInstalled, StrictNullable } from './helper-types'; declare function createPluginLoader(cwd: string, isInstalled: IsInstalled): >(id: string, named?: string | null | undefined) => StrictNullable; export default createPluginLoader;