import type { SettingsCategory } from "@edenapp/types"; import type { BuiltinSettingsDependencies } from "./types"; export declare const BUILTIN_SETTINGS_CATEGORIES: SettingsCategory[]; export declare function registerBuiltinSettingsPanels(dependencies: BuiltinSettingsDependencies): void; export type { BuiltinSettingsDependencies } from "./types"; //# sourceMappingURL=index.d.ts.map