import { tPathWithCallBack, tRunPathsInput } from "./types"; export declare class RunPath { private nodesInstance; private functionInstance; private postfixInstance; private nodes; private variablesInstance; private processorInstance; private toJsonInstance; private caller; private options; constructor({ json, functions, variables, outputOptions }: tRunPathsInput); callbackMode({ path, then, description }: tPathWithCallBack): void; stringPathMode(path: string): any[]; reset(): void; } //# sourceMappingURL=RunPath.d.ts.map