declare function alert(message: string): void;

declare const navigator: undefined | { product: 'ReactNative' };