import type { Action } from 'redux'; import type { Value } from '../../types/node'; export declare const simulateDispatch: (initialState: Value, action?: Action) => Value; //# sourceMappingURL=testUtils.d.ts.map