export declare const renderChainPath: (path: string, legacyMode?: boolean) => string;
export declare const detectUnsafeCharacters: (path: string) => boolean;
export declare const renderSafeFullPath: (path: string) => string;
export declare const renderBracketPath: (path: string) => string;
export declare const sanitizeKeyForVar: (key: string) => string;
