export declare class Net { static timeout: number; static httpGet(url: string, params: any, config?: any): Promise; static httpPost(url: string, params: any, config?: any): Promise; }