declare module 'react-native-detect-mm-text-encoding' {
  const isUnicode: () => Promise<boolean>;

  export {
    isUnicode
  }
}