import { type CreateAxiosDefaults, type AxiosInstance } from 'axios'; export default function request(service?: 'mail.tm' | 'mail.gw', axiosOptions?: CreateAxiosDefaults): AxiosInstance;