import getInfo from './getInfo'; import getInfoSync from './getInfoSync'; export { getInfo, getInfoSync, }; declare const _default: { getInfo: (options: any) => Promise; getInfoSync: () => any; }; export default _default;