declare namespace _default { export { getList }; export { getLabelsLookup as getLookup }; } export default _default; declare function getList(params: any): Promise<{ items: any; next: any; }>; declare function getLabelsLookup(params: any): Promise<{ items: any; next: any; }>;