import type { UserConfig } from 'vite';
export default function configServe({ server }?: UserConfig): Promise<UserConfig>;
