import type { PlatformAnalytics, PlatformNetwork, PlatformNotifications, PlatformStorage, PlatformTheme } from "@johnqh/di"; declare function useService(serviceKey: string): T; declare function useStorageService(): PlatformStorage; declare function useAnalyticsService(): PlatformAnalytics; declare function useThemeService(): PlatformTheme; declare function useNotificationsService(): PlatformNotifications; declare function useNetworkService(): PlatformNetwork; declare function usePersistenceService(): any; declare function useFolderOperations(): unknown; declare function useAppConfig(): any; export { useAnalyticsService, useAppConfig, useFolderOperations, useNetworkService, useNotificationsService, usePersistenceService, useService, useStorageService, useThemeService, }; export { ServiceKeys } from "@johnqh/di"; export type { PlatformAnalytics, PlatformNetwork, PlatformNotifications, PlatformStorage, PlatformTheme, } from "@johnqh/di"; //# sourceMappingURL=useServices.d.ts.map