declare const Request: (apiKey: string, endpoint: string, options?: Object | any) => Promise; export default Request;