import { BundlerProvider } from "../interface";
export declare class EtherspotBundler implements BundlerProvider {
    readonly url: string;
    readonly apiKey: string;
    readonly chainId: string;
    constructor(chainId: number, apiKey?: string, bundlerUrl?: string);
}
