import { AxiosInstance } from 'axios';
export declare function createInstances(api: AxiosInstance, id: string, instObj: any): Promise<any>;
export declare function getInstanceChildren(api: AxiosInstance, id: string): Promise<any>;
export declare function getParentPath(api: AxiosInstance, id: string, isContainer: boolean): Promise<any>;
