import type { CosmosDBManagementContext as Client } from "../index.js"; import type { _MetricListResult, Metric } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { CollectionRegionListMetricsOptionalParams } 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, filter: string, options?: CollectionRegionListMetricsOptionalParams): StreamableMethod; export declare function _listMetricsDeserialize(result: PathUncheckedResponse): Promise<_MetricListResult>; /** Retrieves the metrics determined by the given filter for the given database account, collection and region. */ export declare function listMetrics(context: Client, resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, filter: string, options?: CollectionRegionListMetricsOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map