export declare function useSubcategoryCountByCategory(categoryId: string): { data: number; isLoading: boolean; error: null; }; //# sourceMappingURL=use-subcategory-count.d.ts.map