export declare class Conformance {
    conformsTo: string[];
    static fromJson(jsonObj: any): Conformance;
}