declare module 'md5-o-matic' {
  export default function md5(str: string): string
}
