/** * Resolve the primary RouteCodex configuration file path using a shared precedence order. * * This function now uses the UnifiedConfigPathResolver for consistent path resolution * across the entire RouteCodex system while maintaining backward compatibility. * * @param preferredPath - Optional explicit path that takes highest priority * @returns The resolved configuration file path */ export declare function resolveRouteCodexConfigPath(preferredPath?: string): string; /** * Legacy configuration path resolution (kept for emergency fallback) * @deprecated Use UnifiedConfigPathResolver instead */