import type { Result, ResultTree, Scope } from '../../type'; export declare function getCurrentResult(scope: Scope): Result | ResultTree;