interface ExpoConfig { sdkVersion?: string; } export declare const isExpo53OrLater: (config: ExpoConfig) => boolean; export {};