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

/**
 * The faker instance for the `fr_BE` locale.
 *
 * - Language: French (Belgium)
 * - Endonym: Français (Belgique)
 *
 * This instance uses the following locales internally (in descending precedence):
 *
 * - `fr_BE`
 * - `fr`
 * - `en`
 * - `base`
 */
declare const faker: Faker;

export { faker };
