export interface ShareModule { share: (url: string, title: string) => Promise; }