export declare enum ChatGptRoleList {
    USER = "user",
    SYSTEM = "system",
    ASSISTANT = "assistant"
}
