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