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