///
import { LMSession } from "../LMSession/LMSession";
/** A context to store the current LM session instance in */
export declare const LMSessionContext: import("react").Context;
/** A provider for the LM session instance */
export declare const LMSessionProvider: import("react").Provider;
/** A hook to get the LM session instance */
export declare function useLMSession(): null | LMSession;
//# sourceMappingURL=useLMSession.d.ts.map