export declare const getVoList: (host: string, token: string) => Promise<any>;
export declare const getStorageList: (host: string, token: string, vo: string) => Promise<any>;
export declare const getStorageFieldsList: (host: string, token: string, vo: string, storage: string) => Promise<any>;
export declare const getLastObjectList: (host: string, token: string, vo: string, storage: string, limit: number) => Promise<any>;
