import { Node } from "../_config/types";
export declare const getNodeByPath: (path: string) => Node;
