import type { SharedCLIArgs } from './types.js'; export declare const build: ({ sourceDir: _sourceDir, targetDir: _targetDir, buildDir: _buildDir, viteConfig, }: SharedCLIArgs) => Promise;