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