import * as cog from '../cog'; import * as librarypanel from '../librarypanel'; export declare class LibraryElementDTOMetaBuilder implements cog.Builder { protected readonly internal: librarypanel.LibraryElementDTOMeta; constructor(); /** * Builds the object. */ build(): librarypanel.LibraryElementDTOMeta; folderName(folderName: string): this; folderUid(folderUid: string): this; connectedDashboards(connectedDashboards: number): this; created(created: string): this; updated(updated: string): this; createdBy(createdBy: cog.Builder): this; updatedBy(updatedBy: cog.Builder): this; }