export interface TranscriptLastAssistantMessage { found: boolean; text: string | null; } export declare function parseTranscriptLastAssistantMessage(content: string): TranscriptLastAssistantMessage; export declare function extractPromiseTag(text: string): string | null; //# sourceMappingURL=transcript.d.ts.map