export declare class ParameterModel { id: number; label: string; constructor(); fromJSON(json: any): this; }