export declare const CategoryRelationRepo: unique symbol;
export declare class CategoryRelationEntity {
    parentId: string;
    childId: string;
}
