import { F as Faker } from '../airline-CBNP41sR.cjs'; /** * The faker instance for the `es_MX` locale. * * - Language: Spanish (Mexico) * - Endonym: Español (México) * * This instance uses the following locales internally (in descending precedence): * * - `es_MX` * - `es` * - `en` * - `base` */ declare const faker: Faker; export { faker };