import { StatsigCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import * as errors from "../models/errors/index.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"; /** * Read Exposure Event Count * * @remarks * Get the count of exposure events recently received by Statsig. */ export declare function configsGetExposureCount(client$: StatsigCore, request: operations.ConsoleV1ExposureCountsControllerGenExposureCountRequest, options?: RequestOptions): Promise>; //# sourceMappingURL=configsGetExposureCount.d.ts.map