export declare enum KnownRelayEventType { SHOUT = 1 } export declare type RelayEventType = KnownRelayEventType | number;