import * as cog from '../cog'; import * as dashboard from '../dashboard'; export declare class AnnotationPanelFilterBuilder implements cog.Builder { protected readonly internal: dashboard.AnnotationPanelFilter; constructor(); /** * Builds the object. */ build(): dashboard.AnnotationPanelFilter; exclude(exclude: boolean): this; ids(ids: number[]): this; }