import type { ASTNode } from './ASTNode.js' with { 'resolution-mode': 'import' };
import type { ASTPath } from './ASTPath.js' with { 'resolution-mode': 'import' };
export declare function walkTree(node: ASTNode, enter: (path: ASTPath) => void): void;