import { Language } from "../store/types";
import { CoreStackParamListBase } from "../types";
/**
 * Returns the route Whats New Screen should navigate to. If it returns `null`, the app should navigate to the main route
 */
export declare const getNavigationRouteForWhatsNewScreen: (isLanguageSelected: boolean, supportedLanguages: Language[], skipOnboarding: boolean | undefined) => keyof CoreStackParamListBase | null;
