export default function getType(value: unknown): "Nothing" | "number" | "object" | "string" | "boolean" | "null" | "NodeList" | "array";