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