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