/** * searchDefaults.ts * Shared search tuning used by all presets — single source of truth so a * ranking change can't silently apply to one published server but not the other. * (Type-only import from config.js keeps this module free of runtime cycles.) */ import type { SearchConfig } from '../config.js'; export declare const DEFAULT_SEARCH: SearchConfig; //# sourceMappingURL=searchDefaults.d.ts.map