import { MsgIncreaseCounter } from "./tx"; /** * IncreaseCount increments the counter by the specified amount. * @name useIncreaseCount * @package cosmos.counter.v1 * @see proto service: cosmos.counter.v1.IncreaseCount */ export declare const useIncreaseCount: ({ options, clientResolver }: import("../../../react-query").ReactMutationParams, unknown>) => import("@tanstack/react-query").UseMutationResult, unknown>;