/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ export type { IUser } from './Auth.Types'; export { getUser } from './UserProvider'; //# sourceMappingURL=index.d.ts.map