export type NativeModulesMap = Record; export type NativeModulesCall = (name: string, data: any, moduleName: string) => Promise | any;