import type { Plugin } from 'rollup'; /** * A Rollup plugin which imports modules from Data URIs. */ export default function dataUri(): Plugin;