export type BinaryNot = BinaryNotParser; export type BinaryNotParser = X extends "1" ? "0" : "1";