import type { AppLibraryList, Primitive } from '../../../core'; export declare const useGroupContent: (appsLibrary: AppLibraryList) => { groupAppContent: (contentType: Primitive, appId: string, categoriesList: Record) => void; groupDefaultContent: (contentType: Primitive, categoriesList: Record) => void; };