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