export declare class TraitModel {
    traitKey: string;
    traitValue: any;
    constructor(key: string, value: any);
}
