import type { SearchIntent } from '../../core/types.js'; export declare class IntentClassifier { classify(query: string): SearchIntent; } //# sourceMappingURL=intent.d.ts.map