import type { ExpoConstants, ExpoDevice, ExpoUpdates } from './expoglobalobject';
/**
 * Returns the Expo Constants module if present
 */
export declare function getExpoConstants(): ExpoConstants | undefined;
/**
 * Returns the Expo Device module if present
 */
export declare function getExpoDevice(): ExpoDevice | undefined;
/**
 * Returns the Expo Updates module if present
 */
export declare function getExpoUpdates(): ExpoUpdates | undefined;
//# sourceMappingURL=expomodules.d.ts.map