/** React context for sentinel instance, report progress, and history. */ export declare const SentinelContext: import("react").Context<({ history?: import("@xyo-network/sdk").BoundWitness[]; progress?: import('./State.js').SentinelReportProgress; reportingErrors?: Error[]; sentinel?: import("@xyo-network/sdk").SentinelModule; status?: import('./State.js').SentinelReportStatus; } & { provided: true; }) | (import("@ariestools/sdk-react").FixedValues, never> & { provided: false; }) | (import("@ariestools/sdk-react").FixedValues, never> & { provided: false; })>; //# sourceMappingURL=Context.d.ts.map