/** * Parse the spotlight option with proper precedence: * - `false` or explicit string from options: use as-is * - `true`: enable spotlight, but prefer a custom URL from the env var if set * - `undefined`: defer entirely to the env var (bool or URL) */ export declare function getSpotlightConfig(optionsSpotlight: boolean | string | undefined): boolean | string | undefined; //# sourceMappingURL=spotlight.d.ts.map