export declare function getTypes(value: string | undefined): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "array";