export declare const NAVIGATION_PACKAGE_NAME = "@callstack/brownfield-navigation"; export declare const DEFAULT_SPEC_FILENAME = "brownfield.navigation.ts"; export declare const DEFAULT_ANDROID_JAVA_PACKAGE = "com.callstack.nativebrownfieldnavigation"; export declare function isNavigationInstalled(projectRoot?: string): boolean; export declare function getNavigationPackagePath(projectRoot?: string): string; //# sourceMappingURL=config.d.ts.map