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