import { ConfigEnv, UserConfigExport } from 'vite';

declare const _default: ({ mode }: ConfigEnv) => UserConfigExport;
export default _default;
