import * as cog from '../cog'; import * as dashboardv2beta1 from '../dashboardv2beta1'; export declare class AnnotationQueryBuilder implements cog.Builder { protected readonly internal: dashboardv2beta1.AnnotationQueryKind; constructor(); /** * Builds the object. */ build(): dashboardv2beta1.AnnotationQueryKind; query(query: cog.Builder): this; enable(enable: boolean): this; hide(hide: boolean): this; iconColor(iconColor: string): this; name(name: string): this; builtIn(builtIn: boolean): this; filter(filter: cog.Builder): this; placement(placement: "inControlsMenu"): this; legacyOptions(legacyOptions: Record): this; }