import { Expect } from './assert' import { Type } from '@alkdev/typebox' { const T = Type.Never() Expect(T).ToStaticNever() }