import { HANA_DICTIONARY_ITEM, MICRO_DICTIONARY_ITEM, DictionaryItem } from './interface'; export declare const hana: (list: { [field: string]: HANA_DICTIONARY_ITEM[]; }) => { [field: string]: DictionaryItem[]; }; export declare const micro: (list: { [field: string]: MICRO_DICTIONARY_ITEM[]; }) => { [field: string]: DictionaryItem[]; };