import type { Plugin } from 'vite';
import type { PluginOptions } from './types/types';
declare function webresourcePlugin(options?: PluginOptions): Plugin;
export = webresourcePlugin;
