/** * ------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. * See License in the project root for license information. * ------------------------------------------------------------------------------------------- */ /** * Hook to check if a user is signed in. * * @returns true if a user is signed on, otherwise false. */ export declare const useIsSignedIn: () => [boolean]; //# sourceMappingURL=useIsSignedIn.d.ts.map