import { esplora } from "./esplora";
export declare const providers: {
    blockstream: (testnet?: boolean, opts?: {
        timeoutMs?: number;
    }) => import("..").Provider;
    mempool: (testnet?: boolean, opts?: {
        timeoutMs?: number;
    }) => import("..").Provider;
    esplora: typeof esplora;
};
