export declare class Category {
    Term: string;
    Scheme: string;
    Label: string;
}
