import { AxiosInstance } from 'axios'; import { Options } from './@types'; export default function MailerLiteClient(apiKey: string, { axiosOptions, baseURL, useCaseConverter, headers, }?: Options): AxiosInstance;