import { ShallowRef } from 'vue'; export declare const useReady: (promise: Promise) => { ready: import("vue").Ref; result: ShallowRef; };