import type { Lbrn2Path } from "./lbrn2Types";
export declare function parsePathPrimitives(path: Lbrn2Path, log: string[]): string;
