import { IEvent } from '../interfaces';
export declare const defaultGetEventName: <EventBase extends IEvent = IEvent>(event: EventBase) => string;
