import { AxiosInstance } from 'axios';
export declare function getDrawers(api: AxiosInstance): Promise<any>;
export declare function getDrawerById(api: AxiosInstance, id: string): Promise<any>;
export declare function getDrawerByName(api: AxiosInstance, name: string): Promise<any>;
export declare function getDrawersInContainer(api: AxiosInstance, containerId: string): Promise<any>;
export declare function getDrawersInContainerByName(api: AxiosInstance, containerId: string, name: string): Promise<any>;
