export { isViteCliCall }; declare function isViteCliCall({ command, ssr }: { command: 'build' | 'dev' | 'preview'; ssr?: true; }): boolean;