import type { Ref } from '.'; /** * promise resolved后给ref设置上 */ export declare const promiseSetRef: (promise: Promise, ref: Ref) => Promise;