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 declare function setUserAgent(userAgent: string): void; export default makeRequest;