export interface ServeOptions { port: string | undefined; cwd: string; } export declare function buildServeArgs(registerPath: string, bootstrapPath: string): string[]; export declare function serve(options: ServeOptions): void; //# sourceMappingURL=serve.d.ts.map