import { DelegationType, WithdrawalsArrayType, ProviderType } from 'types'; export declare function getWithdrawals(pendingDelegationWithdrawals: DelegationType[], providers: ProviderType[]): WithdrawalsArrayType[][]; //# sourceMappingURL=getWithdrawals.d.ts.map