import { Exception } from '@dolittle/rudiments'; /** * Exception that gets thrown when {@link EventLogSequenceNumber} is not a natural number. */ export declare class EventLogSequenceNumberMustBeAPositiveInteger extends Exception { /** * Initialises a new instance of the {@link EventLogSequenceNumberMustBeAPositiveInteger} class. */ constructor(); } //# sourceMappingURL=EventLogSequenceNumberMustBeAPositiveInteger.d.ts.map