export declare class FunctionModel { id: number; label: string; order: number; constructor(); fromJSON(json: any): this; fromJSONs(jsons: any): FunctionModel[]; } //# sourceMappingURL=function.model.d.ts.map