export declare const messages: {
    en: {
        tooltip: {
            showAiAssistantPanel: string;
            hideAiAssistantPanel: string;
        };
        aiAssistantManager: {
            title: string;
            aiProvider: string;
            llmModel: {
                title: string;
            };
            apiKey: {
                title: string;
                placeholder: string;
            };
            baseUrl: {
                title: string;
                placeholder: string;
            };
            temperature: {
                title: string;
            };
            topP: {
                title: string;
            };
            startChat: string;
        };
    };
    fi: {
        tooltip: {
            showAiAssistantPanel: string;
            hideAiAssistantPanel: string;
        };
        aiAssistantManager: {
            title: string;
            aiProvider: string;
            llmModel: {
                title: string;
            };
            apiKey: {
                title: string;
                placeholder: string;
            };
            baseUrl: {
                title: string;
                placeholder: string;
            };
            temperature: {
                title: string;
            };
            topP: {
                title: string;
            };
            startChat: string;
        };
    };
    ca: {
        tooltip: {
            showAiAssistantPanel: string;
            hideAiAssistantPanel: string;
        };
        aiAssistantManager: {
            title: string;
            aiProvider: string;
            llmModel: {
                title: string;
            };
            apiKey: {
                title: string;
                placeholder: string;
            };
            baseUrl: {
                title: string;
                placeholder: string;
            };
            temperature: {
                title: string;
            };
            topP: {
                title: string;
            };
            startChat: string;
        };
    };
    es: {
        tooltip: {
            showAiAssistantPanel: string;
            hideAiAssistantPanel: string;
        };
        aiAssistantManager: {
            title: string;
            aiProvider: string;
            llmModel: {
                title: string;
            };
            apiKey: {
                title: string;
                placeholder: string;
            };
            baseUrl: {
                title: string;
                placeholder: string;
            };
            temperature: {
                title: string;
            };
            topP: {
                title: string;
            };
            startChat: string;
        };
    };
    cn: {
        tooltip: {
            showAiAssistantPanel: string;
            hideAiAssistantPanel: string;
        };
        aiAssistantManager: {
            title: string;
            aiProvider: string;
            llmModel: {
                title: string;
            };
            apiKey: {
                title: string;
                placeholder: string;
            };
            baseUrl: {
                title: string;
                placeholder: string;
            };
            temperature: {
                title: string;
            };
            topP: {
                title: string;
            };
            startChat: string;
        };
    };
    jp: {
        tooltip: {
            showAiAssistantPanel: string;
            hideAiAssistantPanel: string;
        };
        aiAssistantManager: {
            title: string;
            aiProvider: string;
            llmModel: {
                title: string;
            };
            apiKey: {
                title: string;
                placeholder: string;
            };
            baseUrl: {
                title: string;
                placeholder: string;
            };
            temperature: {
                title: string;
            };
            topP: {
                title: string;
            };
            startChat: string;
        };
    };
};
