import { MsgCreateVestingAccount, MsgCreatePermanentLockedAccount, MsgCreatePeriodicVestingAccount } from "./tx"; /** * CreateVestingAccount defines a method that enables creating a vesting * account. * @name useCreateVestingAccount * @package cosmos.vesting.v1beta1 * @see proto service: cosmos.vesting.v1beta1.CreateVestingAccount */ export declare const useCreateVestingAccount: ({ options, clientResolver }: import("../../../react-query").ReactMutationParams, unknown>) => import("@tanstack/react-query").UseMutationResult, unknown>; /** * CreatePermanentLockedAccount defines a method that enables creating a permanent * locked account. * @name useCreatePermanentLockedAccount * @package cosmos.vesting.v1beta1 * @see proto service: cosmos.vesting.v1beta1.CreatePermanentLockedAccount */ export declare const useCreatePermanentLockedAccount: ({ options, clientResolver }: import("../../../react-query").ReactMutationParams, unknown>) => import("@tanstack/react-query").UseMutationResult, unknown>; /** * CreatePeriodicVestingAccount defines a method that enables creating a * periodic vesting account. * @name useCreatePeriodicVestingAccount * @package cosmos.vesting.v1beta1 * @see proto service: cosmos.vesting.v1beta1.CreatePeriodicVestingAccount */ export declare const useCreatePeriodicVestingAccount: ({ options, clientResolver }: import("../../../react-query").ReactMutationParams, unknown>) => import("@tanstack/react-query").UseMutationResult, unknown>;