/** * Action type dispatched when the fetch staff member request fails. */ export declare const FETCH_STAFF_MEMBER_FAILURE = "@farfetch/blackout-redux/FETCH_STAFF_MEMBER_FAILURE"; /** * Action type dispatched when the fetch staff member request starts. */ export declare const FETCH_STAFF_MEMBER_REQUEST = "@farfetch/blackout-redux/FETCH_STAFF_MEMBER_REQUEST"; /** * Action type dispatched when the fetch staff member request succeeds. */ export declare const FETCH_STAFF_MEMBER_SUCCESS = "@farfetch/blackout-redux/FETCH_STAFF_MEMBER_SUCCESS";