export * from './type'; export declare function uuid(): string; /** * 由 ref 代理 targetRef 上的方法 */ export declare const defineGetterProperties: (ref: any, targetRef: any) => any;