/** * ------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. * See License in the project root for license information. * ------------------------------------------------------------------------------------------- */ /** * Checks the provider state if it's in signed in. * * @returns true if signed in, otherwise false. */ export declare const isSignedIn: () => boolean; //# sourceMappingURL=isSignedIn.d.ts.map