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 { ResponseValidationError } from "../models/errors/responsevalidationerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import { CustomerPortalWalletsListRequest, CustomerPortalWalletsListResponse, CustomerPortalWalletsListSecurity } from "../models/operations/customerportalwalletslist.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; import { PageIterator } from "../types/operations.js"; /** * List Wallets * * @remarks * List wallets of the authenticated customer. */ export declare function customerPortalWalletsList(client: PolarCore, security: CustomerPortalWalletsListSecurity, request: CustomerPortalWalletsListRequest, options?: RequestOptions): APIPromise, { page: number; }>>; //# sourceMappingURL=customerPortalWalletsList.d.ts.map