import { t } from '../common'; export declare function HttpClientFile(args: { uri: t.IFileUri; urls: t.IUrls; http: t.Http; }): t.IHttpClientFile;