export interface RawCallReceipt { readonly result: RawExecutionResult; readonly actions: readonly RawAction[]; }