export declare const nextTokenReducer: (previousState: null | undefined, { type, payload }: any) => any;