import type { CosmosDBManagementContext as Client } from "../index.js"; import type { _PercentileMetricListResult, PercentileMetric } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { PercentileTargetListMetricsOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listMetricsSend(context: Client, resourceGroupName: string, accountName: string, targetRegion: string, filter: string, options?: PercentileTargetListMetricsOptionalParams): StreamableMethod; export declare function _listMetricsDeserialize(result: PathUncheckedResponse): Promise<_PercentileMetricListResult>; /** Retrieves the metrics determined by the given filter for the given account target region. This url is only for PBS and Replication Latency data */ export declare function listMetrics(context: Client, resourceGroupName: string, accountName: string, targetRegion: string, filter: string, options?: PercentileTargetListMetricsOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map