export declare const useLoading: () => { isLoading: import("vue").Ref; startLoading: () => void; stopLoading: () => void; startAsyncCall: (cb: () => Promise) => Promise; startAsyncCallWithErr: (cb: () => Promise) => Promise; };