import { HttpParams } from "../../base/http";
export declare const fetchFromBlockCypher: <T>(url: string, params?: HttpParams | undefined) => Promise<T>;
