export declare function getValueType(value: unknown): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "array" | "null";
//# sourceMappingURL=getValueType.d.ts.map