/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 0): "\u0000"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 1): "\u0001"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 2): "\u0002"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 3): "\u0003"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 4): "\u0004"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 5): "\u0005"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 6): "\u0006"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 7): "\u0007"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 8): "\b"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 9): "\t"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 10): "\n"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 11): "\u000b"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 12): "\f"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 13): "\r"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 14): "\u000e"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 15): "\u000f"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 16): "\u0010"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 17): "\u0011"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 18): "\u0012"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 19): "\u0013"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 20): "\u0014"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 21): "\u0015"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 22): "\u0016"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 23): "\u0017"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 24): "\u0018"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 25): "\u0019"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 26): "\u001a"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 27): "\u001b"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 28): "\u001c"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 29): "\u001d"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 30): "\u001e"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 31): "\u001f"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 32): " "
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 33): "!"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 34): "\""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 35): "#"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 36): "$"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 37): "%"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 38): "&"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 39): "'"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 40): "("
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 41): ")"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 42): "*"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 43): "+"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 44): ","
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 45): "-"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 46): "."
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 47): "/"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 48): "0"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 49): "1"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 50): "2"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 51): "3"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 52): "4"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 53): "5"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 54): "6"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 55): "7"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 56): "8"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 57): "9"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 58): ":"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 59): ";"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 60): "<"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 61): "="
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 62): ">"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 63): "?"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 64): "@"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 65): "A"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 66): "B"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 67): "C"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 68): "D"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 69): "E"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 70): "F"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 71): "G"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 72): "H"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 73): "I"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 74): "J"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 75): "K"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 76): "L"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 77): "M"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 78): "N"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 79): "O"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 80): "P"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 81): "Q"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 82): "R"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 83): "S"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 84): "T"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 85): "U"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 86): "V"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 87): "W"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 88): "X"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 89): "Y"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 90): "Z"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 91): "["
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 92): "\\"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 93): "]"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 94): "^"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 95): "_"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 96): "`"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 97): "a"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 98): "b"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 99): "c"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 100): "d"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 101): "e"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 102): "f"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 103): "g"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 104): "h"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 105): "i"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 106): "j"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 107): "k"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 108): "l"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 109): "m"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 110): "n"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 111): "o"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 112): "p"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 113): "q"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 114): "r"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 115): "s"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 116): "t"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 117): "u"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 118): "v"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 119): "w"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 120): "x"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 121): "y"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 122): "z"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 123): "{"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 124): "|"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 125): "}"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 126): "~"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 127): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 128): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 129): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 130): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 131): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 132): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 133): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 134): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 135): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 136): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 137): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 138): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 139): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 140): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 141): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 142): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 143): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 144): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 145): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 146): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 147): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 148): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 149): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 150): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 151): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 152): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 153): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 154): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 155): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 156): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 157): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 158): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 159): ""
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 160): " "
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 161): "¡"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 162): "¢"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 163): "£"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 164): "¤"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 165): "¥"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 166): "¦"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 167): "§"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 168): "¨"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 169): "©"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 170): "ª"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 171): "«"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 172): "¬"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 173): "­"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 174): "®"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 175): "¯"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 176): "°"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 177): "±"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 178): "²"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 179): "³"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 180): "´"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 181): "µ"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 182): "¶"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 183): "·"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 184): "¸"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 185): "¹"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 186): "º"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 187): "»"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 188): "¼"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 189): "½"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 190): "¾"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 191): "¿"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 192): "À"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 193): "Á"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 194): "Â"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 195): "Ã"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 196): "Ä"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 197): "Å"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 198): "Æ"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 199): "Ç"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 200): "È"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 201): "É"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 202): "Ê"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 203): "Ë"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 204): "Ì"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 205): "Í"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 206): "Î"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 207): "Ï"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 208): "Ð"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 209): "Ñ"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 210): "Ò"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 211): "Ó"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 212): "Ô"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 213): "Õ"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 214): "Ö"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 215): "×"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 216): "Ø"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 217): "Ù"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 218): "Ú"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 219): "Û"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 220): "Ü"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 221): "Ý"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 222): "Þ"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 223): "ß"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 224): "à"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 225): "á"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 226): "â"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 227): "ã"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 228): "ä"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 229): "å"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 230): "æ"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 231): "ç"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 232): "è"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 233): "é"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 234): "ê"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 235): "ë"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 236): "ì"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 237): "í"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 238): "î"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 239): "ï"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 240): "ð"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 241): "ñ"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 242): "ò"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 243): "ó"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 244): "ô"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 245): "õ"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 246): "ö"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 247): "÷"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 248): "ø"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 249): "ù"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 250): "ú"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 251): "û"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 252): "ü"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 253): "ý"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 254): "þ"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: 255): "ÿ"
/**
 * Return a Unicode string of one character with ordinal `x`
 * @param {number} x An ordinal number between `0` and `0x10FFFF`
 * @returns {string} A string of one character with ordinal `x`
 */
export declare function chr (x: number): string

/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0000"): 0
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0001"): 1
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0002"): 2
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0003"): 3
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0004"): 4
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0005"): 5
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0006"): 6
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0007"): 7
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\b"): 8
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\t"): 9
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\n"): 10
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u000b"): 11
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\f"): 12
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\r"): 13
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u000e"): 14
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u000f"): 15
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0010"): 16
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0011"): 17
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0012"): 18
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0013"): 19
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0014"): 20
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0015"): 21
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0016"): 22
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0017"): 23
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0018"): 24
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u0019"): 25
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u001a"): 26
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u001b"): 27
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u001c"): 28
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u001d"): 29
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u001e"): 30
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\u001f"): 31
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: " "): 32
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "!"): 33
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\""): 34
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "#"): 35
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "$"): 36
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "%"): 37
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "&"): 38
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "'"): 39
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "("): 40
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ")"): 41
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "*"): 42
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "+"): 43
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ","): 44
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "-"): 45
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "."): 46
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "/"): 47
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "0"): 48
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "1"): 49
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "2"): 50
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "3"): 51
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "4"): 52
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "5"): 53
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "6"): 54
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "7"): 55
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "8"): 56
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "9"): 57
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ":"): 58
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ";"): 59
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "<"): 60
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "="): 61
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ">"): 62
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "?"): 63
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "@"): 64
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "A"): 65
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "B"): 66
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "C"): 67
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "D"): 68
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "E"): 69
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "F"): 70
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "G"): 71
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "H"): 72
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "I"): 73
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "J"): 74
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "K"): 75
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "L"): 76
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "M"): 77
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "N"): 78
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "O"): 79
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "P"): 80
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Q"): 81
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "R"): 82
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "S"): 83
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "T"): 84
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "U"): 85
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "V"): 86
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "W"): 87
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "X"): 88
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Y"): 89
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Z"): 90
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "["): 91
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "\\"): 92
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "]"): 93
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "^"): 94
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "_"): 95
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "`"): 96
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "a"): 97
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "b"): 98
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "c"): 99
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "d"): 100
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "e"): 101
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "f"): 102
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "g"): 103
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "h"): 104
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "i"): 105
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "j"): 106
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "k"): 107
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "l"): 108
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "m"): 109
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "n"): 110
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "o"): 111
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "p"): 112
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "q"): 113
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "r"): 114
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "s"): 115
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "t"): 116
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "u"): 117
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "v"): 118
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "w"): 119
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "x"): 120
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "y"): 121
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "z"): 122
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "{"): 123
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "|"): 124
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "}"): 125
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "~"): 126
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 127
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 128
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 129
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 130
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 131
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 132
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 133
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 134
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 135
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 136
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 137
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 138
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 139
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 140
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 141
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 142
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 143
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 144
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 145
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 146
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 147
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 148
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 149
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 150
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 151
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 152
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 153
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 154
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 155
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 156
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 157
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 158
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: ""): 159
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: " "): 160
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "¡"): 161
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "¢"): 162
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "£"): 163
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "¤"): 164
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "¥"): 165
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "¦"): 166
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "§"): 167
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "¨"): 168
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "©"): 169
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ª"): 170
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "«"): 171
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "¬"): 172
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "­"): 173
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "®"): 174
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "¯"): 175
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "°"): 176
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "±"): 177
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "²"): 178
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "³"): 179
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "´"): 180
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "µ"): 181
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "¶"): 182
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "·"): 183
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "¸"): 184
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "¹"): 185
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "º"): 186
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "»"): 187
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "¼"): 188
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "½"): 189
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "¾"): 190
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "¿"): 191
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "À"): 192
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Á"): 193
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Â"): 194
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ã"): 195
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ä"): 196
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Å"): 197
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Æ"): 198
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ç"): 199
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "È"): 200
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "É"): 201
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ê"): 202
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ë"): 203
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ì"): 204
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Í"): 205
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Î"): 206
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ï"): 207
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ð"): 208
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ñ"): 209
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ò"): 210
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ó"): 211
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ô"): 212
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Õ"): 213
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ö"): 214
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "×"): 215
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ø"): 216
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ù"): 217
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ú"): 218
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Û"): 219
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ü"): 220
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Ý"): 221
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "Þ"): 222
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ß"): 223
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "à"): 224
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "á"): 225
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "â"): 226
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ã"): 227
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ä"): 228
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "å"): 229
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "æ"): 230
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ç"): 231
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "è"): 232
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "é"): 233
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ê"): 234
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ë"): 235
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ì"): 236
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "í"): 237
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "î"): 238
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ï"): 239
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ð"): 240
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ñ"): 241
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ò"): 242
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ó"): 243
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ô"): 244
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "õ"): 245
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ö"): 246
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "÷"): 247
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ø"): 248
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ù"): 249
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ú"): 250
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "û"): 251
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ü"): 252
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ý"): 253
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "þ"): 254
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: "ÿ"): 255
/**
 * Return the Unicode code point for one-character string
 * @param {string} x A one-character string
 * @returns {number} Code point of `x`
 */
export declare function ord (x: string): number
