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