import { type AdminContextObject } from '../../types'; export declare const useGlobalContext: () => AdminContextObject['global'];