import { EventType } from "../types/logging.js";
/**
 * Create a new event type for logging.
 * @param name The name of the event type.
 * @returns The event type.
 */
export default function createEventType(name: string): EventType;
//# sourceMappingURL=createEventType.d.ts.map