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