import { ProjectConfig } from '@expo/config'; export declare function resolveEntryPoint(projectRoot: string, platform?: string, projectConfig?: ProjectConfig): string;