export interface RawInvokeReceipt extends TransactionReceipt { readonly result: RawInvocationResult; readonly actions: readonly RawAction[]; }