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