import { type DevCLIOpts } from './types.js'; export declare const isIncluded: (filepath?: string) => boolean; export declare const dev: ({ port, sourceDir: _sourceDir, buildDir: _buildDir, open, viteConfig, }: DevCLIOpts) => Promise;