/** * Initialises front end, `AgencyClient` `currentUser` state on page load as well * as `savedSearches` and `savedProperties` state. * * If `currentUser` is a local user, i.e. not signed in, `savedSearches` and * `savedProperties` will be fetched from `indexedDB` in the user's browser. * If the `currentUser` is signed in `savedSearches` and `savedProperties` will * be fetched from `hestia`. */ export default function InitUser(): null; //# sourceMappingURL=init-user.d.ts.map