export declare function get(url: string, data?: any): Promise>; export declare function getBase64(url: string): Promise>; export declare function post(url: string, data: any, isFormData?: boolean): Promise>; export declare function put(url: string, data: any, isRawData?: boolean): Promise>; export declare function apiDelete(url: string, data: any): Promise>; export declare const UPLOAD_URL: string;