import { AxiosInstance } from 'axios'; import { Ref } from 'vue'; export declare function useCoreApi(): { coreRestApiAxios?: undefined; } | { coreRestApiAxios: Ref; };