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