import type { StdSignature } from "@cosmjs/amino";
import { type CosmosEWallet } from "../cosmos_ewallet";
export declare function verifyArbitrary(this: CosmosEWallet, chainId: string, signer: string, data: string | Uint8Array, signature: StdSignature): Promise<boolean>;