export declare const DEFAULT_INSERT_BATCH_SIZE = 500; export declare enum SIMPLE_MODELS { 'OPENAI_GPT3_TURBO' = 0, 'OPENAI_GPT4' = 1 }