import type { ScopeContainer } from './contexts'; export declare const useDebugState: (scopeContainer: ScopeContainer) => void;