import type { DeploymentState } from "../../execution/types/deployment-state.js"; import type { CallExecutionState, DeploymentExecutionState, SendDataExecutionState, StaticCallExecutionState } from "../../execution/types/execution-state.js"; export declare function getNetworkExecutionStates(deploymentState: DeploymentState): Array; //# sourceMappingURL=get-network-execution-states.d.ts.map