/** * Exception that gets thrown when attempting to commit an event without any content. */ export declare class EventContentNeedsToBeDefined extends Error { /** * Initializes a new instance of {@link EventContentNeedsToBeDefined}. */ constructor(); } //# sourceMappingURL=EventContentNeedsToBeDefined.d.ts.map