import { KeyVerificationDetails } from '../../../types/keyVerificationDetails';
import { AzureOpenAI } from '../../../types/azure';
export declare class AzureOpenAIUtils {
    static readonly URL_DETAILS_ERROR_MESSAGE = "Please define the Azure URL Details. [More Information](https://deepchat.dev/docs/directConnection/Azure)";
    static buildHeaders(apiKey: string): {
        'api-key': string;
        'Content-Type': string;
    };
    static buildKeyVerificationDetails(urlDetails: AzureOpenAI['urlDetails']): KeyVerificationDetails;
    static validateURLDetails(urlDetails: AzureOpenAI['urlDetails']): string;
}
//# sourceMappingURL=azureOpenAIUtils.d.ts.map