import { IsExternal } from "rollup"; declare function arrayToExternal(modules: string[]): IsExternal; export default arrayToExternal;