export declare function OpenAiModelRTE(subQuery: string, promptQuery: string): Promise; export declare function getAzureChatAIRequest(options: any): Promise; export declare function getAzureTextAIRequest(prompt: string): Promise;