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