/** * Transforms raw navigation route names into human-readable labels. * Designed to handle both Expo Router (file-based) and React Navigation conventions. */ export declare function humanizeScreenName(route: string | null | undefined): string; //# sourceMappingURL=humanizeScreenName.d.ts.map