import { BusinessTypeProduct } from "./BusinessTypeProduct"; export declare class BusinessType { id: number; name: string; description: string | null; status: number; business_types_product: BusinessTypeProduct[]; }