import { initInstance, post, get, put, patch, del } from './instance';
import { useAxios } from './useAxios';
export { initInstance, post, get, put, patch, del } from './instance';
export { useAxios } from './useAxios';
declare const _default: {
    initInstance: typeof initInstance;
    post: typeof post;
    get: typeof get;
    put: typeof put;
    patch: typeof patch;
    del: typeof del;
    useAxios: typeof useAxios;
};
export default _default;
