/** Usable in a quoted path. */exportdeclarefunctiontoQuoted(name: string): string;
/** Usable in a normalized path. */exportdeclarefunctiontoCanonical(name: string): string;
/** Usable in a shorthand path. */exportdeclarefunctiontoShorthand(name: string): string | null;