import { Tree } from '@nx/devkit';
export interface ExpoProjectDetectionResult {
    isExpo: boolean;
    reason?: string;
}
export declare function isExpoProject(tree: Tree, projectRoot: string): Promise<ExpoProjectDetectionResult>;
//# sourceMappingURL=expo-project-detection.d.ts.map