import type { BaseClientOptions } from "../../../../BaseClient.js"; import { type NormalizedClientOptionsWithAuth } from "../../../../BaseClient.js"; import { BatchClient } from "../resources/batch/client/Client.js"; export declare namespace ExpressionMeasurementClient { type Options = BaseClientOptions; } export declare class ExpressionMeasurementClient { protected readonly _options: NormalizedClientOptionsWithAuth; protected _batch: BatchClient | undefined; constructor(options?: ExpressionMeasurementClient.Options); get batch(): BatchClient; }