import * as cog from '../cog'; import * as dashboardv2beta1 from '../dashboardv2beta1'; export declare class QueryGroupBuilder implements cog.Builder { protected readonly internal: dashboardv2beta1.QueryGroupKind; private nextQueryId; constructor(); /** * Builds the object. */ build(): dashboardv2beta1.QueryGroupKind; targets(queries: cog.Builder[]): this; target(querie: cog.Builder): this; transformations(transformations: cog.Builder[]): this; transformation(transformation: cog.Builder): this; queryOptions(queryOptions: cog.Builder): this; }