import { IndexPath } from './indexPath.js'; import { BaseOptions } from './options.js'; export declare function entries(node: T, options: BaseOptions): [IndexPath, T][];