import type { MutationOptions } from '../types'; import type { AcceptTermsOfServiceAcceptRequest, AcceptTermsOfServiceAcceptResponse } from './termsOfService.types'; export declare const useAcceptTermsOfService: (options?: Omit, "mutationFn">) => import("@tanstack/preact-query").UseMutationResult;