import type { ResolvedServiceEndpoint } from '../../config/resolved.js'; import { type JsonRpcFetchPort } from '../json-rpc.js'; import type { PaymasterPort } from './port.js'; export declare function createPaymasterClient(input: { readonly endpoint: ResolvedServiceEndpoint; readonly fetch?: JsonRpcFetchPort; }): PaymasterPort; //# sourceMappingURL=client.d.ts.map