import * as cog from '../cog'; import * as dashboardv2beta1 from '../dashboardv2beta1'; export declare class TargetBuilder implements cog.Builder { protected readonly internal: dashboardv2beta1.PanelQueryKind; constructor(); /** * Builds the object. */ build(): dashboardv2beta1.PanelQueryKind; query(query: cog.Builder): this; refId(refId: string): this; hidden(hidden: boolean): this; }