export interface LocalSettings { offlineCache: boolean; } export declare const localSettings: import("@stencil/store").ObservableMap;