import type { CosmosEWalletInterface } from "../types";
export declare function sendTx(this: CosmosEWalletInterface, chainId: string, tx: unknown, mode: "async" | "sync" | "block", options: {
silent?: boolean;
onFulfill?: (tx: any) => void;
}): Promise<Uint8Array>;