import { F as Faker } from '../airline-CBNP41sR.cjs'; /** * The faker instance for the `ka_GE` locale. * * - Language: Georgian (Georgia) * - Endonym: ქართული (საქართველო) * * This instance uses the following locales internally (in descending precedence): * * - `ka_GE` * - `en` * - `base` */ declare const faker: Faker; export { faker };