import type { Chain, Client, RpcSchema, Transport } from "viem"; import type { SmartAccount } from "viem/account-abstraction"; import type { KernelAccountClient } from "./kernelAccountClient.js"; export declare const createFallbackKernelAccountClient: (clients: KernelAccountClient[], onError?: ((error: Error, clientUrl: string) => Promise) | undefined) => KernelAccountClient; //# sourceMappingURL=fallbackKernelAccountClient.d.ts.map