1import { ExpoConfig } from '@expo/config-types';
2export default function getDefaultScheme(config: Pick<ExpoConfig, 'slug'>): string;
3