export declare const DEFAULT_PREFERENCES: { devToolbar: { /** Specifies whether the user has the Dev Overlay enabled */ enabled: boolean; }; }; export type Preferences = typeof DEFAULT_PREFERENCES;