import { Amount } from '@turajs/util'; export interface DistributionFee { fee: Amount; numberOfAccounts: number; }