import { CreemCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import { CreemError } from "../models/errors/creemerror.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import { ResponseValidationError } from "../models/errors/responsevalidationerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Generate Customer Links * * @remarks * Generate a customer portal link for managing billing, subscriptions, and payment methods. */ export declare function customersGenerateBillingLinks(client: CreemCore, request: components.CreateCustomerPortalLinkRequestEntity, options?: RequestOptions): APIPromise>; //# sourceMappingURL=customersGenerateBillingLinks.d.ts.map