import { ExecutionErrorDeploymentResult } from "../../types/deploy";
import { DeploymentState } from "../execution/types/deployment-state";
export declare function findStatus(deploymentState: DeploymentState): Omit<ExecutionErrorDeploymentResult, "type">;
//# sourceMappingURL=find-status.d.ts.map