import type { AND } from "./and"; import type { NOT } from "./not"; export type NAND = NOT>;