import * as p_di from 'pareto-core/dist/interface/data'; import * as d_out from "../../../../interface/generated/liana/schemas/fs_unrestricted_path/data"; import * as d_in from "../../../../interface/generated/liana/schemas/fs_unrestricted_path/data"; export declare const extend_context_path_with_single_step: ($: d_in.Context_Path, $p: { "addition": string; }) => d_out.Context_Path; export declare const extend_context_path_with_list: ($: d_in.Context_Path, $p: { "addition": p_di.List; }) => d_out.Context_Path; export declare const deprecated_extend_node_path: ($: d_in.Node_Path, $p: { "addition": string; }) => d_out.Node_Path; export declare const create_node_path: ($: d_in.Context_Path, $p: { node: string; }) => d_out.Node_Path; export declare const deprecated_node_path_to_context_path: ($: d_in.Node_Path) => d_out.Context_Path;