import { ESPLoaderContextType } from "../context/ESPLoaderContext"; /** * Hook to access the ESP Loader context * @returns The ESP Loader context (state and actions) * @throws Error if used outside of ESPLoaderProvider */ export declare function useEspLoader(): ESPLoaderContextType;