/** * Serve application in development mode after rollup build finished. */ declare const serve: () => { writeBundle(): void; }; export { serve };