import * as p_i from 'pareto-core/dist/interface/refiner'; import * as d_out from "../../../../interface/generated/liana/schemas/fs_unrestricted_path/data"; import * as d_in from "../../../../interface/generated/liana/schemas/path_non_normalized/data"; export type Error = ['trailing slash not allowed', null] | ['no node', null]; export declare namespace signatures { type Node_Path = p_i.Refiner_With_Parameter; } export declare const Node_Path: signatures.Node_Path; export declare const Context_Path: ($: d_in.Non_Normalized_Path) => d_out.Context_Path;