import { F as Faker } from '../airline-CLphikKp.cjs'; /** * The faker instance for the `fa` locale. * * - Language: Farsi/Persian * - Endonym: فارسی * * This instance uses the following locales internally (in descending precedence): * * - `fa` * - `en` * - `base` */ declare const faker: Faker; export { faker };