import { UserOptions } from "./index.cjs";

//#region src/vite.d.ts
declare const _default: (options: UserOptions) => any;
export = _default;