export interface GenericUtilsModule { setStatusBarColor: (color: string) => Promise; disableFlyout: () => Promise; enableFlyout: () => Promise; }