import "isomorphic-fetch";
declare function request(arg1: any, arg2: any): Promise<Response>;
export default request;
