import { AxiosError, AxiosResponse } from 'axios'; export declare const isAxiosResponse: (response: any) => response is AxiosResponse; export declare const isAxiosError: (error: any) => error is AxiosError; export declare function _env(name: string): string | undefined;