export declare const ENGINE_LIST: string[]; export declare const DEFAULT_ENGINE = "davinci"; export declare const ORIGIN = "https://api.openai.com"; export declare const API_VERSION = "v1"; export declare const OPEN_AI_URL: string; export declare enum CALL_TYPES { COMPLETION = "completion", SEARCH = "search", ANSWERS = "answers", ENGINES = "engines" }