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