import { LivepeerCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import { SDKError } from "../models/errors/sdkerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import * as operations from "../models/operations/index.js"; import { Result } from "../types/fp.js"; /** * Query public total views metrics * * @remarks * Allows querying for the public metrics for viewership about a video. * This can be called from the frontend with a CORS key, or even * unauthenticated. */ export declare function metricsGetPublicViewership(client: LivepeerCore, playbackId: string, options?: RequestOptions): Promise>; //# sourceMappingURL=metricsGetPublicViewership.d.ts.map