export interface RawIntegerStackItem extends RawStackItemBase { readonly type: 'Integer'; readonly value: BigNumber; }