import { PIMCatalogCategoryLanguage } from "./categoryLanguage"; export declare class PIMCatalogCategory { publicId: string; parentId: string; categoryLanguages: PIMCatalogCategoryLanguage[]; name?: string; } //# sourceMappingURL=category.d.ts.map