export declare class Category { id: number; value: string; constructor(id: number, value: string); } //# sourceMappingURL=category.d.ts.map