import { CategoryValue } from './categoryValue'; export declare class CategoryUserProspect { id: number; categoryValue: CategoryValue; other: string; constructor(id: number, categoryValue: CategoryValue, other: string); } //# sourceMappingURL=categoryUserProspect.d.ts.map