export default userSessionReset;
declare function userSessionReset({ dispatch, getState }: {
    dispatch: any;
    getState: any;
}): (next: any) => (action: any) => any;
