import type { NestedKeysStripped } from '@payloadcms/translations';
export declare const translations: {
    en: {
        $schema: string;
        'ai-plugin': {};
    };
    es: {
        $schema: string;
        'ai-plugin': {};
    };
    fa: {
        $schema: string;
        'ai-plugin': {};
    };
    fr: {
        $schema: string;
        'ai-plugin': {};
    };
    nb: {
        $schema: string;
        'ai-plugin': {};
    };
    pl: {
        $schema: string;
        'ai-plugin': {};
    };
    ru: {
        $schema: string;
        'ai-plugin': {};
    };
    uk: {
        $schema: string;
        'ai-plugin': {};
    };
};
export type PluginAITranslations = typeof translations.en;
export type PluginAITranslationKeys = NestedKeysStripped<PluginAITranslations>;
