import { Matcher, MatcherOptions } from '@testing-library/react'; export declare function expectTriggeredIncident(routingKey: string, getByTestId: (id: Matcher, options?: MatcherOptions | undefined) => HTMLElement, mockTriggerAlarmFn: any): Promise;