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