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