export declare const useOpenfort: () => import("./context").ContextValue; /** Alias used by sub-path bundles to avoid naming collision with the public useOpenfort (useOpenfortCore). */ export { useOpenfort as useOpenfortUIContext };