import * as cog from '../cog'; import * as publicdashboard from '../publicdashboard'; export declare class PublicDashboardBuilder implements cog.Builder { protected readonly internal: publicdashboard.PublicDashboard; constructor(); /** * Builds the object. */ build(): publicdashboard.PublicDashboard; uid(uid: string): this; dashboardUid(dashboardUid: string): this; accessToken(accessToken: string): this; isEnabled(isEnabled: boolean): this; annotationsEnabled(annotationsEnabled: boolean): this; timeSelectionEnabled(timeSelectionEnabled: boolean): this; }