export declare const concatPathSegments: (path: string, key: string) => string;
export declare const concatPath: (segments: string[]) => string;
