export declare const isEmpty: (any: any) => boolean; export declare const isNotEmpty: (any: any) => boolean; export declare const isObject: (any: any) => boolean; export declare const isDate: (any: any) => boolean; export declare function isVinCode(v: string): boolean;