import { Metrics } from "../operationsInterfaces";
import { MonitorClient } from "../monitorClient";
import { MetricsListOptionalParams, MetricsListResponse } from "../models";
/** Class containing Metrics operations. */
export declare class MetricsImpl implements Metrics {
    private readonly client;
    /**
     * Initialize a new instance of the class Metrics class.
     * @param client Reference to the service client
     */
    constructor(client: MonitorClient);
    /**
     * **Lists the metric values for a resource**.
     * @param resourceUri The identifier of the resource.
     * @param options The options parameters.
     */
    list(resourceUri: string, options?: MetricsListOptionalParams): Promise<MetricsListResponse>;
}
//# sourceMappingURL=metrics.d.ts.map