import { PagedAsyncIterableIterator } from "@azure/core-paging";
import { Baselines } from "../operationsInterfaces";
import { MonitorClient } from "../monitorClient";
import { SingleMetricBaseline, BaselinesListOptionalParams } from "../models";
/** Class containing Baselines operations. */
export declare class BaselinesImpl implements Baselines {
    private readonly client;
    /**
     * Initialize a new instance of the class Baselines class.
     * @param client Reference to the service client
     */
    constructor(client: MonitorClient);
    /**
     * **Lists the metric baseline values for a resource**.
     * @param resourceUri The identifier of the resource.
     * @param options The options parameters.
     */
    list(resourceUri: string, options?: BaselinesListOptionalParams): PagedAsyncIterableIterator<SingleMetricBaseline>;
    private listPagingPage;
    private listPagingAll;
    /**
     * **Lists the metric baseline values for a resource**.
     * @param resourceUri The identifier of the resource.
     * @param options The options parameters.
     */
    private _list;
}
//# sourceMappingURL=baselines.d.ts.map