export interface ClaimTransaction extends TransactionBase { readonly type: 'ClaimTransaction'; readonly claims: readonly Input[]; }