import { WebIdProfile } from '@pod-os/core'; declare const store: import("@stencil/store").ObservableMap<{ isLoggedIn: boolean; webId: string; profile: WebIdProfile; }>; export default store;