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