import type { Plugin } from 'rollup'; export declare const esmCdn: (opts?: { ignoreList?: (string | RegExp)[] | undefined; } | undefined) => Plugin;