import { CancelTokenSource, AxiosInstance } from 'axios'; import { ComputedRef } from 'vue'; export declare const generateCancelToken: () => CancelTokenSource; export declare const generateAbortcontroller: (timeoutMs: number) => AbortController; export declare const apiRootAbsoluteRef: ComputedRef; export declare let api_root_absolute: string; export declare const api2RootAbsoluteRef: ComputedRef; export declare let api_2_root_absolute: string; export declare const api: AxiosInstance; export declare const apiv2: AxiosInstance; //# sourceMappingURL=api.d.ts.map