import type { ResolvedProvider, ResolvedServiceEndpoint } from '../../config/resolved.js'; import { type JsonRpcFetchPort } from '../json-rpc.js'; import type { BundlerPort, BundlerUserOperation } from './port.js'; export declare function createBundlerClient(input: { readonly endpoint?: ResolvedServiceEndpoint; readonly provider: ResolvedProvider; readonly fetch?: JsonRpcFetchPort; }): BundlerPort; export declare function serializeUserOperation(operation: BundlerUserOperation): Readonly>; //# sourceMappingURL=client.d.ts.map