import type { string_persona_description } from '../../types/typeAliases';
/**
 * 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;
/**
 * TODO: [🤶] Maybe export through `@promptbook/utils` or `@promptbook/random` package
 */
