import { WithdrawalsArrayType } from 'types'; export declare function withdrawalRights({ undelegation, delegation }: WithdrawalsArrayType): { isWithdrawalEnabled: boolean; }; //# sourceMappingURL=withdrawalRights.d.ts.map