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