/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ import type { IUser } from './Auth.Types'; /** * Returns the identity of the signed-in user from the host. * * Results with nonblank IDs are cached for the app-frame session. * Incomplete identities are returned unchanged without caching. */ export declare function getUser(): Promise; //# sourceMappingURL=UserProvider.d.ts.map