import { ObjectValue, Step } from "../shared";
import Node from "./Node";
export default function getNodePath(parent: Node | null, step: Step | null): string;
export declare function getJsonNodePathAndArgs(parent: Node | null, step: Step | null): {
    path: string;
    args: {
        [path: string]: ObjectValue;
    };
};
//# sourceMappingURL=getNodePath.d.ts.map