import { BaseAgent } from './types.js'; export declare class RequestAnalyzer extends BaseAgent { constructor(provider: any); analyze(query: string): Promise<{ intent: string; depth: string; format: string; citations: boolean; topics: string[]; complexity: number; }>; private parse; } //# sourceMappingURL=RequestAnalyzer.d.ts.map