import { MsgIncreaseCounter } from "./tx"; /** * IncreaseCount increments the counter by the specified amount. * @name increaseCount * @package cosmos.counter.v1 * @see proto service: cosmos.counter.v1.IncreaseCount */ export declare const increaseCount: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgIncreaseCounter | MsgIncreaseCounter[], fee: import("../../..").StdFee | "auto", memo: string) => Promise;