declare function makeRequest(params: any, redirect?: boolean): Promise; export declare function makeRestRequest(path: string, redirect?: boolean): Promise; export declare function returnRestUrl(path: string): string; export declare function setAPIUrl(prefix: string): string; export default makeRequest; //# sourceMappingURL=request.d.ts.map