import { AxiosInstance } from 'axios';
export declare class RecallAxios {
    private static instance;
    static getInstance({ apiKey }: {
        apiKey: string;
    }): AxiosInstance;
}
