declare module 'react-native-md5' { export function md5(str: string): string; }