import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class Configs extends ClientSDK { /** * Read Exposure Event Count * * @remarks * Get the count of exposure events recently received by Statsig. */ getExposureCount(request: operations.ConsoleV1ExposureCountsControllerGenExposureCountRequest, options?: RequestOptions): Promise; /** * Change Validation */ changeValidation(request: operations.ConsoleV1ChangeValidationControllerChangeValidationRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=configs.d.ts.map