import * as cog from '../cog'; import * as playlistv0alpha1 from '../playlistv0alpha1'; export declare class ItemBuilder implements cog.Builder { protected readonly internal: playlistv0alpha1.Item; constructor(); /** * Builds the object. */ build(): playlistv0alpha1.Item; type(type: "dashboard_by_tag" | "dashboard_by_uid" | "dashboard_by_id"): this; value(value: string): this; }