import * as p_ from 'pareto-core/implementation/refiner'; import type * as s_error from "../../non_normalized_path_parsing/schema.js"; import type * as s_in from "../../path_non_normalized/schema.js"; import type * as s_out from "../schema.js"; export type Node_Path = p_.Refiner_With_Parameter; export declare const Node_Path: Node_Path; export declare const Context_Path: ($: s_in.Non_Normalized_Path) => s_out.Context_Path;