export declare class FunctionModel { id: number; label: string; order: number; constructor(); fromJSON(json: any): this; fromJSONs(jsons: any): FunctionModel[]; }