import { GameRequestBody } from 'fansunited-management-components'; /** * Translates top-x games to the target language. * Translatable fields: title, description, and rules (only when rules !== null — * null means the game's rules come from an info page and should not be overwritten). * ad_content is excluded as it is managed separately via ContentPickerEditor. */ export declare const translateGames: (games: GameRequestBody[], language: string, source?: string) => Promise;