import { type UserConfig } from 'vite';
declare const commonConfig: (mode: string) => UserConfig;
export { commonConfig };
