import { PolarCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import { HTTPValidationError } from "../models/errors/httpvalidationerror.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 { CustomersListPaymentMethodsExternalRequest, CustomersListPaymentMethodsExternalResponse } from "../models/operations/customerslistpaymentmethodsexternal.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; import { PageIterator } from "../types/operations.js"; /** * List Customer Payment Methods by External ID * * @remarks * Get saved payment methods of a customer by external ID. * * **Scopes**: `customers:read` `customers:write` */ export declare function customersListPaymentMethodsExternal(client: PolarCore, request: CustomersListPaymentMethodsExternalRequest, options?: RequestOptions): APIPromise, { page: number; }>>; //# sourceMappingURL=customersListPaymentMethodsExternal.d.ts.map