import type { AxiosInstance } from "axios"; export declare function getAxiosClient(namespace: string, pod: string, port: number): [AxiosInstance, () => void];