1082815dcSEvan Baconimport { ExpoConfig } from '@expo/config-types'; 2082815dcSEvan Baconimport { AndroidManifest } from './Manifest'; 3*8a424bebSJames Ideimport { ConfigPlugin } from '../Plugin.types'; 4082815dcSEvan Baconexport declare const withWindowSoftInputMode: ConfigPlugin; 5082815dcSEvan Baconexport declare function setWindowSoftInputModeMode(config: Pick<ExpoConfig, 'android' | 'userInterfaceStyle'>, androidManifest: AndroidManifest): AndroidManifest; 6082815dcSEvan Baconexport declare function getWindowSoftInputModeMode(config: Pick<ExpoConfig, 'android'>): string; 7