import { AxiosInstance } from 'axios'; /** * A class representing a Mac API. */ export declare class MacApi { /** * Creates an Axios instance with a base URL and timeout. * @returns {Promise} - A Promise that resolves to an Axios instance. */ MacCreate: () => Promise; }