export interface ServeOptions { port?: number | string; } declare const _default: (path?: string, options?: ServeOptions) => Promise; export default _default; //# sourceMappingURL=serve.d.ts.map