import type { ServiceAgreementAcceptanceInfos } from '../../core/models/api/contracts';
import type { QueryOptions } from '../types';
type SuccessResponse = ServiceAgreementAcceptanceInfos;
export declare const useTermsOfServiceAcceptanceInfos: (options?: QueryOptions<SuccessResponse>) => import("@tanstack/react-query").UseQueryResult<ServiceAgreementAcceptanceInfos, Error>;
export {};
