export declare const getTopAttributesForCategoryAndSubCategory: (categoryName: string, subCategoryName: string) => import("./attributes").Attribute[];
