import { WalletTypes } from "./wallet/types";
export declare const signedMsgAdapter: (sig: string, w: WalletTypes) => `0x${string}`;
