import type { SentinelContextState } from './State.js'; /** Hook that returns sentinel, history, progress, errors, and status from context. */ export declare const useSentinelContext: () => Pick; //# sourceMappingURL=use.d.ts.map