import { F as Faker } from '../airline-CBNP41sR.cjs'; /** * The faker instance for the `it` locale. * * - Language: Italian * - Endonym: Italiano * * This instance uses the following locales internally (in descending precedence): * * - `it` * - `en` * - `base` */ declare const faker: Faker; export { faker };