export declare class Classification {
    static emptyClass: Classification;
    id: number;
    code: string;
    name: string;
    arborescence: string;
    constructor(id: number, name: string, code: string, arborescence: string);
}
//# sourceMappingURL=classification.d.ts.map