export interface ListenerMetadata {
    method: string;
    args: unknown[];
}
