export declare const PUBLIC_RELEASE_TRACKS: { readonly latest: "verified commitments plus stable toolkit patches"; readonly next: "preview fast track"; }; export declare const PRIMARY_SAMPLE_PATH = "examples/official-ui-stack-sample"; export declare const PREVIEW_SAMPLE_PATH = "examples/official-native-capabilities-sample"; export declare const SUPPORTING_SAMPLE_PATHS: readonly ["examples/official-app-shell-sample", "examples/official-minimal-sample"]; export declare const VERIFIED_JS_UI_CAPABILITY_NAMES: readonly ["expo-router", "expo-linking", "expo-constants", ...("react-native-reanimated" | "react-native-svg")[]]; export declare const PREVIEW_CAPABILITY_DEFINITIONS: import("..").CapabilityDefinition[]; export declare const EXPERIMENTAL_CAPABILITY_NAMES: readonly string[]; export declare const PUBLIC_CURRENT_VERSION = "1.11.3";