/** * 验证方法 */ export declare const IS_MAC: boolean; export declare const isNil: (v: any) => boolean; export declare const isEmptyObject: (obj: object) => boolean;