import type { string_persona_description } from '../../types/string_persona_description';
/**
 * Generates a random agent rule description.
 *
 * This function selects a random rule
 *
 * @param language - The language code (e.g. 'ENGLISH', 'CZECH')
 * @returns A string describing the agent's rule
 *
 * @private internal helper function
 */
export declare function $randomAgentRule(language?: string): string_persona_description;
