import type { CosmosDBManagementContext as Client } from "../index.js"; import type { _PartitionMetricListResult, PartitionMetric } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { PartitionKeyRangeIdRegionListMetricsOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listMetricsSend(context: Client, resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, partitionKeyRangeId: string, filter: string, options?: PartitionKeyRangeIdRegionListMetricsOptionalParams): StreamableMethod; export declare function _listMetricsDeserialize(result: PathUncheckedResponse): Promise<_PartitionMetricListResult>; /** Retrieves the metrics determined by the given filter for the given partition key range id and region. */ export declare function listMetrics(context: Client, resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, partitionKeyRangeId: string, filter: string, options?: PartitionKeyRangeIdRegionListMetricsOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map