import type { AccountStakingInfo } from './AccountStakingInfo';
export type AccountStaking = {
    pools: Array<AccountStakingInfo>;
};
