export interface RawInvocationResultBase { readonly gasConsumed: BigNumber; readonly gasCost: BigNumber; }