import { GlobalDelegationType } from 'types'; export declare function processGlobalDelegation(data: GlobalDelegationType | null): { delegatedStake: { value: string; formattedValue: string; label: string; }; topUpStake: { value: string; formattedValue: string; label: string; }; totalDelegatedStake: { value: string; formattedValue: string; label: string; }; }; //# sourceMappingURL=processGlobalDelegation.d.ts.map