import { type Hex } from "viem"; import type { ModularSigner } from "../../types.js"; export declare const toSignerId: (signer: ModularSigner) => Hex; //# sourceMappingURL=toSignerId.d.ts.map