import { InvokeActionTypes, InvokerContextState } from "./types"; export declare const reducer: (state: InvokerContextState, action: InvokeActionTypes) => InvokerContextState; //# sourceMappingURL=reducer.d.ts.map