import { AxiosInstance } from "axios";
export declare class FeignBuilder {
    axios: AxiosInstance;
    constructor(axios: AxiosInstance);
    target<T>(clazz: new () => T): T;
}
