import { DispatchHandler } from '../../src'; export declare type MatchFixture = { name: string; handlers: Array>; params: any; assertions: Array<{ in: string; out: any; }>; }; declare const fixtures: Array; export default fixtures;