export declare function validateGrokApiKey(apiKey: string): Promise<{
    success: boolean;
    isCorsError: boolean;
    message?: string;
}>;
