import {Type} from './Type'

/** A placeholder that is used in various ways
 */
export type x = Type<'x', 'x'>
