import { HttpClient } from '@bsv/sdk'; import { ChaintracksFetchApi } from '../Api/ChaintracksFetchApi'; /** * This class implements the ChaintracksFetchApi * using the @bsv/sdk `defaultHttpClient`. */ export declare class ChaintracksFetch implements ChaintracksFetchApi { httpClient: HttpClient; download(url: string): Promise; fetchJson(url: string): Promise; pathJoin(baseUrl: string, subpath: string): string; } //# sourceMappingURL=ChaintracksFetch.d.ts.map