export interface Trait { id: number; name: string; negative?: boolean; } //# sourceMappingURL=Trait.d.ts.map