import type { ExtractedFeedbackBatch } from '@auden.to/protocol'; export declare function extractConversationalFeedback(options?: { transcriptsDir?: string; runsDir?: string; }): Promise; //# sourceMappingURL=extract.d.ts.map