import { ProviderType, DelegationType } from 'types'; export declare function getDelegationsAndWithdrawals(delegationData: DelegationType[] | undefined, providers: ProviderType[]): { delegations: DelegationType[]; withdrawals: import("types").WithdrawalsArrayType[][]; }; //# sourceMappingURL=getDelegationsAndWithdrawals.d.ts.map