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 defaultfunctioncreateEventType(name: string): EventType;
//# sourceMappingURL=createEventType.d.ts.map