import type { Plugin } from '../plugin';
/**
 * Build only, since importing from a data URI works natively.
 */
export declare function dataURIPlugin(): Plugin;
