import { ASTNode } from './types'; export declare function getDiffPath(root: ASTNode | ASTNode[], path: string[]): string;