import { t } from '../common'; export declare function HttpClientCell(args: { uri: t.ICellUri; urls: t.IUrls; http: t.Http; }): t.IHttpClientCell;