import { t } from '../common';
export declare function HttpClientCellLinksInfo(args: {
    links: t.ICellData['links'];
    urls: t.IUrls;
    http: t.Http;
}): t.IHttpClientCellLinksInfo;
