export interface RawNotification extends RawActionBase { readonly type: 'Notification'; readonly args: readonly ContractParameter[]; }