export declare function UseReducer([stateKey, dispatchKey]: [string, string], reducer: (state: T, action: { type: any; }) => any, initialValue?: T): (def: any) => void;