export declare function useGameEvent(event: string, onEvent: (...eventArgs: any) => any): void;