import { DeployOrder, EnvironmentContext } from '../datatypes'; /** * The way in which we calculate the deploy order is terribly inneficient, but * that doesn't matter because deploy specs have a small number of defined services */ export declare function getDeployOrder(environmentContext: EnvironmentContext): DeployOrder;