export declare enum EChatGptEndpoints {
    CHAT_COMPLETIONS = "/chat/completions"
}
