import { ChatGPTAPI } from "chatgpt"; declare function initChatGPT(): Promise; export default initChatGPT;