export type ValueType = 'string' | 'number' | 'bigint' | 'boolean' | 'symbol' | 'undefined' | 'object' | 'function' | 'null' | 'NaN' | 'array'; export declare const getType: (value: any) => ValueType; //# sourceMappingURL=get-type.d.ts.map