declare const isBusy: import("vue").Ref; declare const setBusy: (busy: boolean) => void; export { isBusy, setBusy };