import { Session } from"../AppProvider/index.js";
/**
* Hook to access the current Toolpad Core session.
* @returns The current session object or null if no session is available.
*/exportdeclarefunction useSession<T extendsSession = Session>(): T | null;