import { type BranchScope } from "../common/types"; export declare const walker: TreeWalker; export declare function walk(startNode: Node, walkCodes: string, branch: BranchScope): void; export declare function getDebugKey(index: number, node: Node | string): string | number;