import type { BuiltinPanelModule } from "./types"; export declare const appsSettingsCategory: { id: string; name: { en: string; pl: string; }; description: { en: string; pl: string; }; icon: string; view: "apps"; grant: string; grantScope: "global"; settings: never[]; }; export declare const appsPanel: BuiltinPanelModule; //# sourceMappingURL=apps.d.ts.map