import { DeployedContract } from "../../types/deploy";
import { DeploymentState } from "../execution/types/deployment-state";
export declare function findDeployedContracts(deploymentState: DeploymentState): {
    [futureId: string]: DeployedContract;
};
//# sourceMappingURL=find-deployed-contracts.d.ts.map