import type { Command } from 'cac'; import type { LogLevel } from 'vite'; export declare const addViteCliOptions: (cli: Command) => Command; export interface ViteCliOptions { '--'?: string[]; base?: string; c?: boolean | string; clearScreen?: boolean; config?: string; d?: boolean | string; debug?: boolean | string; f?: string; filter?: string; force?: boolean; l?: LogLevel; logLevel?: LogLevel; m?: string; mode?: string; } //# sourceMappingURL=ViteCliOptions.d.ts.map