import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GustoEmbeddedError } from "../models/errors/gustoembeddederror.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import { NotFoundErrorObject } from "../models/errors/notfounderrorobject.js"; import { ResponseValidationError } from "../models/errors/responsevalidationerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import { GetV1PartnerManagedCompaniesCompanyUuidTermsOfServiceRequest, GetV1PartnerManagedCompaniesCompanyUuidTermsOfServiceResponse } from "../models/operations/getv1partnermanagedcompaniescompanyuuidtermsofservice.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Get the terms of service status for a company * * @remarks * Check if any company payroll admin has accepted the Gusto Embedded Payroll's [Terms of Service](https://flows.gusto.com/terms). * * This is useful for partners with multiple payroll admins who need to check TOS status at the company level rather than for a specific user. * * scope: `terms_of_services:read` * * If set, this operation will use {@link Security.companyAccessAuth} from the global security. */ export declare function companiesGetV1PartnerManagedCompaniesCompanyUuidTermsOfService(client: GustoEmbeddedCore, request: GetV1PartnerManagedCompaniesCompanyUuidTermsOfServiceRequest, options?: RequestOptions): APIPromise>; //# sourceMappingURL=companiesGetV1PartnerManagedCompaniesCompanyUuidTermsOfService.d.ts.map