import type DistPathManager from './dist-path-manager'; import type HttpServer from './http-server'; export default function publish(httpServer: HttpServer, distPathManager: DistPathManager): Promise; //# sourceMappingURL=publish.d.ts.map