import { t as User } from "./User-B92WOpE2.js";
import { scopes } from "virtual:wcz-layout";
import { NavigationClient, PublicClientApplication } from "@azure/msal-browser";
import { useNavigate } from "@tanstack/react-router";
import * as _$_tanstack_start_fn_stubs0 from "@tanstack/start-fn-stubs";

//#region src/lib/auth/msalClient.d.ts
declare const getUser: _$_tanstack_start_fn_stubs0.IsomorphicFn<[], null, Promise<User | null>>;
/**
 * Token Acquisition: Get authenticated access token.
 * Use when: Making API calls from the browser to secured endpoints.
 */
declare const getAccessToken: (scopeKey: keyof typeof scopes) => Promise<string>;
//#endregion
export { getUser as n, getAccessToken as t };
//# sourceMappingURL=msalClient-DZjYT_QJ.d.ts.map