export declare class EventManagerService {
    private static events;
    static init(): Promise<void>;
    static invoke(): Promise<void>;
}
