export declare class ComercioCategorias { id: number; categoria: string; estado: string; constructor(categoria: string, estado: string); }