import { QueryGrantsRequest, QueryGrantsResponse, QueryGranterGrantsRequest, QueryGranterGrantsResponse, QueryGranteeGrantsRequest, QueryGranteeGrantsResponse } from "./query"; /** * Returns list of `Authorization`, granted to the grantee by the granter. * @name useGetGrants * @package cosmos.authz.v1beta1 * @see proto service: cosmos.authz.v1beta1.Grants */ export declare const useGetGrants: ({ request, options, clientResolver, customizedQueryKey, }: import("../../../react-query").UseQueryParams) => import("@tanstack/react-query").UseQueryResult; /** * GranterGrants returns list of `GrantAuthorization`, granted by granter. * @name useGetGranterGrants * @package cosmos.authz.v1beta1 * @see proto service: cosmos.authz.v1beta1.GranterGrants */ export declare const useGetGranterGrants: ({ request, options, clientResolver, customizedQueryKey, }: import("../../../react-query").UseQueryParams) => import("@tanstack/react-query").UseQueryResult; /** * GranteeGrants returns a list of `GrantAuthorization` by grantee. * @name useGetGranteeGrants * @package cosmos.authz.v1beta1 * @see proto service: cosmos.authz.v1beta1.GranteeGrants */ export declare const useGetGranteeGrants: ({ request, options, clientResolver, customizedQueryKey, }: import("../../../react-query").UseQueryParams) => import("@tanstack/react-query").UseQueryResult;