import { ListAllInterfacesRequest, ListAllInterfacesResponse, ListImplementationsRequest, ListImplementationsResponse } from "./reflection"; /** * ListAllInterfaces lists all the interfaces registered in the interface * registry. * @name useGetListAllInterfaces * @package cosmos.base.reflection.v1beta1 * @see proto service: cosmos.base.reflection.v1beta1.ListAllInterfaces */ export declare const useGetListAllInterfaces: ({ request, options, clientResolver, customizedQueryKey, }: import("../../../../react-query").UseQueryParams) => import("@tanstack/react-query").UseQueryResult; /** * ListImplementations list all the concrete types that implement a given * interface. * @name useGetListImplementations * @package cosmos.base.reflection.v1beta1 * @see proto service: cosmos.base.reflection.v1beta1.ListImplementations */ export declare const useGetListImplementations: ({ request, options, clientResolver, customizedQueryKey, }: import("../../../../react-query").UseQueryParams) => import("@tanstack/react-query").UseQueryResult;