/// export declare function get(url: string, data?: any): Promise; export declare function post(url: string, data: any): Promise;