import { F as Faker } from '../airline-CBNP41sR.js';

/**
 * The faker instance for the `zh_CN` locale.
 *
 * - Language: Chinese (China)
 * - Endonym: 中文 (中国)
 *
 * This instance uses the following locales internally (in descending precedence):
 *
 * - `zh_CN`
 * - `en`
 * - `base`
 */
declare const faker: Faker;

export { faker };
