import { Span } from '../types'; export declare function getAllSpansInTree(root: Span): Span[];