import { JSONAModel } from "../../interfaces/JSONAModel"; export declare type BarJSONAModel = JSONAModel<{ category: string; }>;