import type { EntryPointType, GetKernelVersion, KernelValidator, Signer } from "@zerodev/sdk/types"; import { type Address, type Client } from "viem"; import { type EntryPointVersion } from "viem/account-abstraction"; export declare const getValidatorAddress: (entryPoint: EntryPointType, kernelVersion: GetKernelVersion, validatorAddress?: Address) => Address; export declare function signerToEcdsaValidator(client: Client, { signer, entryPoint, kernelVersion, validatorAddress: _validatorAddress }: { signer: Signer; entryPoint: EntryPointType; kernelVersion: GetKernelVersion; validatorAddress?: Address; }): Promise>; //# sourceMappingURL=toECDSAValidatorPlugin.d.ts.map