import type { EnvironmentName, ITrackDefinitions } from '../../beatmap/schema/shared/types/environment.js'; /** Record of Event Type to Name. */ export declare const genericTypeMap: ITrackDefinitions; /** Record of Environment to Type to Name. */ export declare const environmentTypeMap: { [env in EnvironmentName]: ITrackDefinitions; }; /** Safely retrieve the name of an event type. */ export declare function eventTypeRename(type: number, environment: EnvironmentName): string | undefined; //# sourceMappingURL=event.d.ts.map