import type { GlandEvents } from '@glandjs/common';
import type { Broker } from '@glandjs/events';
export type TGlandBroker = Broker<GlandEvents>;
