export declare function useReducer(reducer: (state: any, action: any) => any, initialArg: any, init: (initialState: any) => any): any[]; //# sourceMappingURL=useReducer.d.ts.map