namespace _heimdall.notification_kinds { /** */ export type type_notification_kind = { parameters_schema : (() => _heimdall.helpers.json_schema.type_schema); normalize_order_node : ((node : any) => any); notify : ( parameters : any, name : string, data : type_check, state : type_item_state, info : any ) => Promise; }; }