import { toHaveFirstReceivedEventDetail } from './to-have-first-received-event-detail';
import { toHaveNthReceivedEventDetail } from './to-have-nth-received-event-detail';
import { toHaveReceivedEvent } from './to-have-received-event';
import { toHaveReceivedEventDetail } from './to-have-received-event-detail';
import { toHaveReceivedEventTimes } from './to-have-received-event-times';
export declare const matchers: {
    toHaveReceivedEvent: typeof toHaveReceivedEvent;
    toHaveReceivedEventDetail: typeof toHaveReceivedEventDetail;
    toHaveReceivedEventTimes: typeof toHaveReceivedEventTimes;
    toHaveFirstReceivedEventDetail: typeof toHaveFirstReceivedEventDetail;
    toHaveNthReceivedEventDetail: typeof toHaveNthReceivedEventDetail;
};
