export interface ListenerMetadata {
    event: string | symbol;
    channel: string;
}
