import { type PluginOption } from 'vite';
import '../polyfills-server';
import type { One } from './types';
export declare function one(options?: One.PluginOptions): PluginOption;
//# sourceMappingURL=one.d.ts.map