import { PolarCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { CustomerCustomerMeter } from "../models/components/customercustomermeter.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 { CustomerPortalCustomerMetersGetRequest, CustomerPortalCustomerMetersGetSecurity } from "../models/operations/customerportalcustomermetersget.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Get Customer Meter * * @remarks * Get a meter by ID for the authenticated customer. * * **Scopes**: `customer_portal:read` `customer_portal:write` */ export declare function customerPortalCustomerMetersGet(client: PolarCore, security: CustomerPortalCustomerMetersGetSecurity, request: CustomerPortalCustomerMetersGetRequest, options?: RequestOptions): APIPromise>; //# sourceMappingURL=customerPortalCustomerMetersGet.d.ts.map