﻿export declare function getReplyWithContext(prompt: string, userId: string, context?: string, options?: {
    apiKey?: string;
    model?: string;
}): Promise<string>;
export declare function clearConversation(userId: string): boolean;
//# sourceMappingURL=OpenAIService.d.ts.map