export interface NativeService { showNotify( roomSeq: number, title: string, contents: string, image: string, useSound: boolean ): void; checkForUpdates(): Promise; showImageViewer(): void; saveFile(blob: Blob): void; }