export declare class ModuleModel { id: number; category: string; labelFr: string; labelEn: string; labelDe: string; checked: boolean; action: string; constructor(id?: number, category?: string, labelFr?: string, labelEn?: string, labelDe?: string, checked?: boolean, action?: string); fromJSON(json: any): this; } //# sourceMappingURL=module.model.d.ts.map