import * as cog from '../cog'; import * as dashboardv2beta1 from '../dashboardv2beta1'; export declare class QueryBuilder implements cog.Builder { protected readonly internal: dashboardv2beta1.DataQueryKind; constructor(); /** * Builds the object. */ build(): dashboardv2beta1.DataQueryKind; version(version: string): this; datasource(ref: { name?: string; }): this; labelSelector(labelSelector: string): this; spanSelector(spanSelector: string[]): this; profileTypeId(profileTypeId: string): this; groupBy(groupBy: string[]): this; limit(limit: number): this; maxNodes(maxNodes: number): this; refId(refId: string): this; hide(hide: boolean): this; queryType(queryType: string): this; }