/** Usable in a quoted path. */
export declare function toQuoted(name: string): string;
/** Usable in a normalized path. */
export declare function toCanonical(name: string): string;
/** Usable in a shorthand path. */
export declare function toShorthand(name: string): string | null;
