import type { Signer } from "@zerodev/sdk/types"; import type { WeightedSigner } from "../toWeightedValidatorPlugin.js"; export type ECDSASignerParams = { signer: Signer; }; export declare function toECDSASigner({ signer }: ECDSASignerParams): Promise; //# sourceMappingURL=toECDSASigner.d.ts.map