packNormaltoRGB and unPackNormaltoRGB three/tsl lost?

Hi I am trying import in three/tsl packNormaltoRGB and unPackNorrmaltoRGB but it seems like it is lost or something?? It is not working, does it have a new directive path?

import React, { useEffect, useMemo, useRef } from 'react'
import * as THREE from 'three/webgpu'
import { useFrame, useThree } from '@react-three/fiber'

// TSL Imports
import {
    pass,
    mrt,
    output,
    normalView,
    diffuseColor,
    velocity,
    packNormalToRGB,
    unpackRGBToNormal,
    sample,
    add,
    vec4,
    uniform,
    float,
    int,
    color,
    screenUV,
    time,
    mx_noise_float,
    positionLocal
} from 'three/tsl'

I have noticed that it is still not updated and it is still a directionToColor and colorToDirection.

anyways I fixed it out!