export declare const makeRequest: (actionCreator: () => Promise, cb?: ((res: R) => void) | undefined) => Promise; export default makeRequest;