import type { Plugin } from "rollup";
declare const resolveFileUrl: () => Plugin;
export = resolveFileUrl;
