import { type Scope } from './types'; /** Global singleton tracking active watcher and event depth */ export declare const scope: Scope;