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

/**
 * The faker instance for the `hu` locale.
 *
 * - Language: Hungarian
 * - Endonym: magyar
 *
 * This instance uses the following locales internally (in descending precedence):
 *
 * - `hu`
 * - `en`
 * - `base`
 */
declare const faker: Faker;

export { faker };
