export declare type StakingNetworkConfigType = { chainId: string; apiAddress?: string; delegationApi?: string; egldLabel?: string; apiTimeout?: number; skipFetchFromServer?: boolean; }; export declare enum DelegateActionEnum { delegate = "delegate", unDelegate = "unDelegate", withdraw = "withdraw", claimRewards = "claimRewards", reDelegateRewards = "reDelegateRewards" } export declare type DelegationContractDataType = Record; //# sourceMappingURL=network.d.ts.map