declare const PromiseRequest: (url: string, method?: "GET" | "POST") => Promise; export default PromiseRequest;