import { State, Dispatch } from "../store/"; import { RequestWithData } from "../store/requests"; import { PublishersSlice } from "../store/publishers"; export declare const getPublishersRequest: () => (dispatch: Dispatch) => void; export declare const selectGetPublishersRequest: () => (state: State) => RequestWithData;