import * as cog from '../cog'; import * as azuremonitor from '../azuremonitor'; export declare class MetricNamesQueryBuilder implements cog.Builder { protected readonly internal: azuremonitor.MetricNamesQuery; constructor(); /** * Builds the object. */ build(): azuremonitor.MetricNamesQuery; rawQuery(rawQuery: string): this; subscription(subscription: string): this; resourceGroup(resourceGroup: string): this; resourceName(resourceName: string): this; metricNamespace(metricNamespace: string): this; }