import { PolarCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { CustomerWallet } from "../models/components/customerwallet.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 { CustomerPortalWalletsGetRequest, CustomerPortalWalletsGetSecurity } from "../models/operations/customerportalwalletsget.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Get Wallet * * @remarks * Get a wallet by ID for the authenticated customer. */ export declare function customerPortalWalletsGet(client: PolarCore, security: CustomerPortalWalletsGetSecurity, request: CustomerPortalWalletsGetRequest, options?: RequestOptions): APIPromise>; //# sourceMappingURL=customerPortalWalletsGet.d.ts.map