export declare function httpPost(url: string, body: unknown): Promise; export declare function httpGet(url: string): Promise; export declare function selectFromUrls(urls: string | string[]): Promise; //# sourceMappingURL=http.d.ts.map