import { NativeModuleResponse } from "./NativeModuleResponse"; export interface ShareModule { share: (url: string, title: string) => Promise>; }