export declare class Subject {
    Data: string;
    Term: string;
    Authority: string;
    Lang: string;
}
