export declare function uuid(): string; export declare const getType: (obj: any) => any; export declare const isPlainObj: (obj: unknown) => obj is object; /** * 由 ref 代理 targetRef 上的方法 */ export declare const defineGetterProperties: (ref: any, targetRef: any) => any;