export declare function dispatch(event: string, ...args: any[]): Promise<void>;
