declare const en: {
    collapse_all: string;
    expand_all: string;
    crd_no_schema: string;
    function: string;
    action: string;
    view: string;
    create: string;
    update: string;
    delete: string;
    name: string;
    chinese: string;
    english: string;
    description: string;
    chinese_bad_cases: string;
    english_bad_cases: string;
    download_pdf: string;
    toc: string;
    view_docs_as_pdf: string;
    ai_assistant: string;
    close: string;
    exclamation: string;
    semicolon: string;
    period: string;
    colon: string;
    user_login: string;
    user_login_tip1: string;
    user_login_tip2: string;
    customer_portal_global: string;
    customer_portal_china: string;
    account_id: string;
    username: string;
    password: string;
    captcha: string;
    login: string;
    current_field: string;
    field_required: string;
    ERR_INTERNET_DISCONNECTED: string;
    AccountDisabledError: string;
    CaptchaError: string;
    LoginError: string;
    NetworkError: string;
    TenantError: string;
    TenantNotFoundError: string;
    logout: string;
    hi_there: string;
    ai_assistant_tip: string;
    ai_assistant_placeholder: string;
    max_chars_exceeded_tip: string;
    thinking: string;
    thinking_process: string;
    referenced_doc_links: string;
    view_more_related_docs: string;
    view_less_related_docs: string;
    new_chat: string;
    show_more: string;
    show_less: string;
    products: string;
    all_product_documentation: string;
    explore_doc_all_products: string;
};
export type Translation = typeof en;
export declare const TRANSLATIONS: {
    en: {
        collapse_all: string;
        expand_all: string;
        crd_no_schema: string;
        function: string;
        action: string;
        view: string;
        create: string;
        update: string;
        delete: string;
        name: string;
        chinese: string;
        english: string;
        description: string;
        chinese_bad_cases: string;
        english_bad_cases: string;
        download_pdf: string;
        toc: string;
        view_docs_as_pdf: string;
        ai_assistant: string;
        close: string;
        exclamation: string;
        semicolon: string;
        period: string;
        colon: string;
        user_login: string;
        user_login_tip1: string;
        user_login_tip2: string;
        customer_portal_global: string;
        customer_portal_china: string;
        account_id: string;
        username: string;
        password: string;
        captcha: string;
        login: string;
        current_field: string;
        field_required: string;
        ERR_INTERNET_DISCONNECTED: string;
        AccountDisabledError: string;
        CaptchaError: string;
        LoginError: string;
        NetworkError: string;
        TenantError: string;
        TenantNotFoundError: string;
        logout: string;
        hi_there: string;
        ai_assistant_tip: string;
        ai_assistant_placeholder: string;
        max_chars_exceeded_tip: string;
        thinking: string;
        thinking_process: string;
        referenced_doc_links: string;
        view_more_related_docs: string;
        view_less_related_docs: string;
        new_chat: string;
        show_more: string;
        show_less: string;
        products: string;
        all_product_documentation: string;
        explore_doc_all_products: string;
    };
    zh: {
        collapse_all: string;
        expand_all: string;
        crd_no_schema: string;
        function: string;
        action: string;
        view: string;
        create: string;
        update: string;
        delete: string;
        name: string;
        chinese: string;
        english: string;
        description: string;
        chinese_bad_cases: string;
        english_bad_cases: string;
        download_pdf: string;
        toc: string;
        view_docs_as_pdf: string;
        ai_assistant: string;
        close: string;
        exclamation: string;
        semicolon: string;
        period: string;
        colon: string;
        user_login: string;
        user_login_tip1: string;
        user_login_tip2: string;
        customer_portal_global: string;
        customer_portal_china: string;
        account_id: string;
        username: string;
        password: string;
        captcha: string;
        login: string;
        current_field: string;
        field_required: string;
        ERR_INTERNET_DISCONNECTED: string;
        AccountDisabledError: string;
        CaptchaError: string;
        LoginError: string;
        NetworkError: string;
        TenantError: string;
        TenantNotFoundError: string;
        logout: string;
        hi_there: string;
        ai_assistant_tip: string;
        ai_assistant_placeholder: string;
        max_chars_exceeded_tip: string;
        thinking: string;
        thinking_process: string;
        referenced_doc_links: string;
        view_more_related_docs: string;
        view_less_related_docs: string;
        new_chat: string;
        show_more: string;
        show_less: string;
        products: string;
        all_product_documentation: string;
        explore_doc_all_products: string;
    };
    ru: {
        collapse_all: string;
        expand_all: string;
        crd_no_schema: string;
        function: string;
        action: string;
        view: string;
        create: string;
        update: string;
        delete: string;
        name: string;
        chinese: string;
        english: string;
        description: string;
        chinese_bad_cases: string;
        english_bad_cases: string;
        download_pdf: string;
        toc: string;
        view_docs_as_pdf: string;
        ai_assistant: string;
        close: string;
        exclamation: string;
        semicolon: string;
        period: string;
        colon: string;
        user_login: string;
        user_login_tip1: string;
        user_login_tip2: string;
        customer_portal_global: string;
        customer_portal_china: string;
        account_id: string;
        username: string;
        password: string;
        captcha: string;
        login: string;
        current_field: string;
        field_required: string;
        ERR_INTERNET_DISCONNECTED: string;
        AccountDisabledError: string;
        CaptchaError: string;
        LoginError: string;
        NetworkError: string;
        TenantError: string;
        TenantNotFoundError: string;
        logout: string;
        hi_there: string;
        ai_assistant_tip: string;
        ai_assistant_placeholder: string;
        max_chars_exceeded_tip: string;
        thinking: string;
        thinking_process: string;
        referenced_doc_links: string;
        view_more_related_docs: string;
        view_less_related_docs: string;
        new_chat: string;
        show_more: string;
        show_less: string;
        products: string;
        all_product_documentation: string;
        explore_doc_all_products: string;
    };
};
export {};
