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 creator viewership metrics * * @remarks * Requires a proof of ownership to be sent in the request, which for now is just the assetId or streamId parameters (1 of those must be in the query-string). */ export declare function metricsGetCreatorViewership(client: LivepeerCore, request: operations.GetCreatorViewershipMetricsRequest, options?: RequestOptions): Promise>; //# sourceMappingURL=metricsGetCreatorViewership.d.ts.map