Version: 0.0.10.0.20.0.30.0.40.0.50.0.60.0.70.0.80.0.90.0.100.0.110.0.120.0.130.0.140.0.150.0.160.0.170.0.180.0.190.0.200.0.210.0.220.0.230.0.240.0.250.0.260.0.270.0.280.1.00.1.10.1.20.1.30.1.41.0.01.0.11.0.21.0.31.0.41.0.51.1.01.1.11.1.21.1.31.1.41.2.01.2.11.2.21.2.31.2.41.2.51.2.61.2.71.3.01.3.11.3.21.3.31.3.41.3.51.4.01.4.11.5.01.5.11.5.21.5.31.5.41.6.01.6.11.7.01.8.01.8.11.9.01.10.01.11.01.11.11.11.21.11.31.11.41.11.51.11.71.12.01.12.11.13.01.13.11.14.01.14.11.14.21.15.01.15.11.15.21.15.31.16.01.16.11.17.01.17.1
/**
* Event name formatter
*/
export declare class EventFormatter {
private namespace;
* Create a new class instance.
constructor(namespace: string | boolean);
* Format the given event name.
format(event: string): string;
* Set the event namespace.
setNamespace(value: string | boolean): void;
}