import { FetchQueue } from '.'; export declare const useFetchQueueHelper: (fetchQueue: FetchQueue) => { loading: import("vue").ComputedRef; fetchQueue: FetchQueue; };