import { type AxiosInstance } from "axios";
import { type Environment } from "@afrimomo-sdk/config/constants";
import type { NetworkResponse } from "@afrimomo-sdk/types";
export declare class NetworkManager {
    private readonly axiosInstance;
    constructor(jwt: string, environment?: Environment);
    getInstance(): AxiosInstance;
    handleErrors(error: unknown): NetworkResponse;
    private setupInterceptors;
}
//# sourceMappingURL=network.d.ts.map