export declare class Property { name: string; value: number[]; constructor(name: string, value: number | number[]); }