import { DTOTokenCollection } from "@supernova-studio/client"; export declare class DesignSystemCollection { id: string; designSystemVersionId: string; persistentId: string; name: string; description: string; createdAt: Date | null; updatedAt: Date | null; originId: string | null; originSourceIds: Array; parentPersistentId: string | null; constructor(model: DTOTokenCollection); }