import { SmrtHierarchical } from '@happyvertical/smrt-core'; import { FolderOptions } from './types'; export declare class Folder extends SmrtHierarchical { tenantId: string | null; name: string; description: string; ownerProfileId: string | null; createdAt: Date; updatedAt: Date; constructor(options?: FolderOptions); /** * Look up a folder by slug. */ static getBySlug(_slug: string): Promise; } //# sourceMappingURL=folder.d.ts.map