export declare function fetchGpuData(url: string): Promise; export declare function parseGpuData(body: string): Promise<{}>;