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