import { SynapseClientError } from '@/utils';
import { RestrictionInformationBatchRequest, RestrictionInformationBatchResponse, RestrictionInformationRequest, RestrictionInformationResponse } from '@sage-bionetworks/synapse-types';
import { UseQueryOptions } from '@tanstack/react-query';
export declare function useGetRestrictionInformation(request: RestrictionInformationRequest, options?: Partial<UseQueryOptions<RestrictionInformationResponse, SynapseClientError>>): import("@tanstack/react-query").UseQueryResult<RestrictionInformationResponse, SynapseClientError>;
export declare function useGetRestrictionInformationBatch(request: RestrictionInformationBatchRequest, options?: Partial<UseQueryOptions<RestrictionInformationBatchResponse, SynapseClientError>>): import("@tanstack/react-query").UseQueryResult<RestrictionInformationBatchResponse, SynapseClientError>;
//# sourceMappingURL=useRestrictionInformation.d.ts.map