import { Errors, DispatchHandler } from '../../src'; export declare type OverrideFixture = { name: string; handlers: Array>; params: any; throws: Errors.ErrorUnion | null; }; declare const fixtures: Array; export default fixtures;