export declare function jsPointerToBinding(jsPointer: string): string;
export declare function pointer(path: string[]): string;
export declare function binding(path: string[]): string;
export declare function isUri(str: string): boolean;
export declare function isBinding(str: string): boolean;
export declare function isPrefixed(str: string): boolean;
export declare function parseValue(str: string): string;
export declare function escapeRegExp(str: string): string;
export declare function pathToBinding(path: string[]): string;
