import type { Plugin } from 'rollup'; import type { IO } from '../types'; export declare const url: ({ fetch }: IO) => Plugin;