import { PolarCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { CustomerBenefitGrant } from "../models/components/customerbenefitgrant.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import { HTTPValidationError } from "../models/errors/httpvalidationerror.js"; import { NotPermitted } from "../models/errors/notpermitted.js"; import { PolarError } from "../models/errors/polarerror.js"; import { ResourceNotFound } from "../models/errors/resourcenotfound.js"; import { ResponseValidationError } from "../models/errors/responsevalidationerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import { CustomerPortalBenefitGrantsUpdateRequest, CustomerPortalBenefitGrantsUpdateSecurity } from "../models/operations/customerportalbenefitgrantsupdate.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Update Benefit Grant * * @remarks * Update a benefit grant for the authenticated customer. * * **Scopes**: `customer_portal:write` */ export declare function customerPortalBenefitGrantsUpdate(client: PolarCore, security: CustomerPortalBenefitGrantsUpdateSecurity, request: CustomerPortalBenefitGrantsUpdateRequest, options?: RequestOptions): APIPromise>; //# sourceMappingURL=customerPortalBenefitGrantsUpdate.d.ts.map