import type { SaveCandidate } from './save-candidate-types.js'; export interface SaveCandidateExtractionInput { userText: string; botResponse: string; channelKey: string; source: string; channelId: string; userId?: string; projectId?: string; createdAt: number; } export declare function extractSaveCandidates(input: SaveCandidateExtractionInput): SaveCandidate[]; //# sourceMappingURL=save-candidate-extractor.d.ts.map