/**
 * Prometheus Interview Mode
 *
 * Phase 1: Interview strategies for different intent types.
 * Includes intent classification, research patterns, and anti-patterns.
 */
export declare const PROMETHEUS_INTERVIEW_MODE: string;
