import { Vite } from '#dep/vite/index';
import type { Config } from '../config/configurator.js';
/**
 * Transform Polen config input into a Vite configuration.
 */
export declare const toViteUserConfig: (config: Config) => ViteUserConfigWithPolen;
export interface ViteUserConfigWithPolen extends Vite.UserConfig {
    _polen: Config;
}
//# sourceMappingURL=vite.d.ts.map