import { F as Faker } from '../airline-CLphikKp.js';

/**
 * The faker instance for the `ro` locale.
 *
 * - Language: Romanian
 * - Endonym: Română
 *
 * This instance uses the following locales internally (in descending precedence):
 *
 * - `ro`
 * - `en`
 * - `base`
 */
declare const faker: Faker;

export { faker };
