export declare namespace GPRS { export const offline: boolean; export const downloadThroughput: number; export const uploadThroughput: number; export const latency: number; } export declare namespace Regular2G { const offline_1: boolean; export { offline_1 as offline }; const downloadThroughput_1: number; export { downloadThroughput_1 as downloadThroughput }; const uploadThroughput_1: number; export { uploadThroughput_1 as uploadThroughput }; const latency_1: number; export { latency_1 as latency }; } export declare namespace Good2G { const offline_2: boolean; export { offline_2 as offline }; const downloadThroughput_2: number; export { downloadThroughput_2 as downloadThroughput }; const uploadThroughput_2: number; export { uploadThroughput_2 as uploadThroughput }; const latency_2: number; export { latency_2 as latency }; } export declare namespace Regular3G { const offline_3: boolean; export { offline_3 as offline }; const downloadThroughput_3: number; export { downloadThroughput_3 as downloadThroughput }; const uploadThroughput_3: number; export { uploadThroughput_3 as uploadThroughput }; const latency_3: number; export { latency_3 as latency }; } export declare namespace Good3G { const offline_4: boolean; export { offline_4 as offline }; const downloadThroughput_4: number; export { downloadThroughput_4 as downloadThroughput }; const uploadThroughput_4: number; export { uploadThroughput_4 as uploadThroughput }; const latency_4: number; export { latency_4 as latency }; } export declare namespace Regular4G { const offline_5: boolean; export { offline_5 as offline }; const downloadThroughput_5: number; export { downloadThroughput_5 as downloadThroughput }; const uploadThroughput_5: number; export { uploadThroughput_5 as uploadThroughput }; const latency_5: number; export { latency_5 as latency }; } export declare namespace DSL { const offline_6: boolean; export { offline_6 as offline }; const downloadThroughput_6: number; export { downloadThroughput_6 as downloadThroughput }; const uploadThroughput_6: number; export { uploadThroughput_6 as uploadThroughput }; const latency_6: number; export { latency_6 as latency }; } export declare namespace WiFi { const offline_7: boolean; export { offline_7 as offline }; const downloadThroughput_7: number; export { downloadThroughput_7 as downloadThroughput }; const uploadThroughput_7: number; export { uploadThroughput_7 as uploadThroughput }; const latency_7: number; export { latency_7 as latency }; } export declare namespace Offline { const offline_8: boolean; export { offline_8 as offline }; const downloadThroughput_8: number; export { downloadThroughput_8 as downloadThroughput }; const uploadThroughput_8: number; export { uploadThroughput_8 as uploadThroughput }; const latency_8: number; export { latency_8 as latency }; }