import { AxiosInstance } from 'axios';
export declare function getAttributeById(api: AxiosInstance, objId: string, attId: string): Promise<any>;
export declare function getAttributeByName(api: AxiosInstance, objId: string, attName: string): Promise<any>;
export declare function getAttributeByObject(api: AxiosInstance, objId: string): Promise<any>;
