import { Plugin } from 'rollup'; export declare function createUrlResolverPlugin(fetchImpl?: typeof fetch): Plugin;