export declare class Property { type: string; setParameter(type: string, value: string): this; setValue(value: string): this; toString(): string; }