import { Exception } from '@dolittle/rudiments'; /** * Exception that is thrown when there are expected events to come back from the runtime and there are none. */ export declare class MissingEventsFromRuntime extends Exception { /** * Initializes a new instance of {@link MissingEventsFromRuntime}. */ constructor(); } //# sourceMappingURL=MissingEventsFromRuntime.d.ts.map