import { ResolvedEvent } from 'node-eventstore-client';
export declare const getEvent: (valid: boolean, version: number) => ResolvedEvent;
