import type { StdSignature } from "@cosmjs/amino";
import type { OkoCosmosWalletInterface } from "../types";
export declare function signArbitrary(this: OkoCosmosWalletInterface, chainId: string, signer: string, data: string | Uint8Array): Promise<StdSignature>;