import * as ASTv1 from '../v1/api'; export default class WalkerPath { node: N; parent: WalkerPath | null; parentKey: string | null; constructor(node: N, parent?: WalkerPath | null, parentKey?: string | null); get parentNode(): ASTv1.Node | null; parents(): Iterable | null>; } //# sourceMappingURL=path.d.ts.map