import type { EventFullName } from './types'; export declare function buildEventFullName(entity: ENTITY, event: VERB): EventFullName; //# sourceMappingURL=helpers.d.ts.map