// should be imported this way: // import * as QuovoConnect from 'react-native-quovo-connect'; export function someFunction(): ( cb: (error: Error, message: string) => void, ) => void; export function someValue(): boolean: