import { t } from '../common';
export declare function HttpClientCellFile(args: {
    parent: t.IHttpClientCell;
    urls: t.IUrls;
    http: t.Http;
    path: string;
}): t.IHttpClientCellFile;
