import { FlexpriceCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { FlexPriceError } from "../sdk/models/flex-price-error.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../sdk/models/http-client-errors.js"; import * as models from "../sdk/models/index.js"; import { ResponseValidationError } from "../sdk/models/response-validation-error.js"; import { SDKValidationError } from "../sdk/models/sdk-validation-error.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Delete credit grant * * @remarks * Use when removing or ending a credit grant (e.g. revoke promo or close prepaid). Plan-scoped grants are archived; subscription-scoped supports optional effective_date in body. */ export declare function creditGrantsDeleteCreditGrant(client: FlexpriceCore, id: string, body?: models.DeleteCreditGrantRequest | undefined, options?: RequestOptions): APIPromise>; //# sourceMappingURL=credit-grants-delete-credit-grant.d.ts.map