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