import type { tValidType } from "./_interfaces"; export default function getTypeValue(value: unknown): tValidType;