import { PolarCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { PortalAuthenticatedUser } from "../models/components/portalauthenticateduser.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import { PolarError } from "../models/errors/polarerror.js"; import { ResponseValidationError } from "../models/errors/responsevalidationerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import { CustomerPortalCustomerSessionGetAuthenticatedUserSecurity } from "../models/operations/customerportalcustomersessiongetauthenticateduser.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Get Authenticated Portal User * * @remarks * Get information about the currently authenticated portal user. * * **Scopes**: `customer_portal:read` `customer_portal:write` */ export declare function customerPortalCustomerSessionGetAuthenticatedUser(client: PolarCore, security: CustomerPortalCustomerSessionGetAuthenticatedUserSecurity, options?: RequestOptions): APIPromise>; //# sourceMappingURL=customerPortalCustomerSessionGetAuthenticatedUser.d.ts.map