declare function parseMessage(ctx: any): Promise; declare function initChat(ctx: any): Promise; declare function parseFile(ctx: any): Promise; declare function getChatHistory(ctx: any): Promise; declare function getSimpleChatHistory(ctx: any): Promise; declare function feedback(ctx: any): Promise; declare function getFeedbackList(ctx: any): Promise; declare function getFeedbackAll(ctx: any): Promise; declare function getChatAnswer(ctx: any): Promise; export { parseMessage, initChat, parseFile, getChatHistory, feedback, getFeedbackList, getFeedbackAll, getSimpleChatHistory, getChatAnswer }; //# sourceMappingURL=parse.d.ts.map