/**
 * api: getAccountInfoSync
 */
import Taro from '@tarojs/taro';
declare const useAccountInfo: import("../type").CallbackResult<Taro.getAccountInfoSync.AccountInfo>;
export default useAccountInfo;
