import type { QueryOptions } from '../types';
import type { components } from './termsOfService';
type SuccessResponse = components['schemas']['TermsOfServiceStatusResponse'];
export declare const useServiceAgreementStatus: (options?: QueryOptions<SuccessResponse>) => import("@tanstack/react-query").UseQueryResult<{
    termsOfServiceTypes?: components["schemas"]["TermsOfServiceType"][];
}, Error>;
export {};
