import type { PluginOption } from 'vite';
export declare function vite404Plugin(url: string): PluginOption;
