import type { HttpTransportConfig } from '../http.js';
type BlockcypherConfig = {
    baseUrl?: string;
    apiKey?: string;
} & HttpTransportConfig;
export declare const blockcypher: (config?: BlockcypherConfig) => import("../http.js").HttpTransport;
export {};
