import { AxiosInstance } from 'axios'; declare const copyAxiosInterceptorsAndHeaders: (sourceInstance: AxiosInstance, targetInstance: AxiosInstance) => void; export default copyAxiosInterceptorsAndHeaders;