import type { MicroguideContextType } from '../contexts/MicroguideContext.js'; /** @internal */ export declare const useMicroguideContext: () => MicroguideContextType;