import type { UsingClient } from '../commands'; export declare function normalizeEventName(name: string): string; export declare function isGatewayEventName(name: string): boolean; export declare function resolveRawEventData(name: string, client: UsingClient, raw: unknown): Promise;