export interface BundleServer { url: string; port: number; close: () => Promise; } //# sourceMappingURL=BundleServer.d.ts.map