import type { CLIFlags } from '../args.js'; export declare function runServe(targetDir: string | null, flags: CLIFlags): Promise; //# sourceMappingURL=serve.d.ts.map