import { F as Faker } from '../airline-CLphikKp.cjs'; /** * The faker instance for the `de_CH` locale. * * - Language: German (Switzerland) * - Endonym: Deutsch (Schweiz) * * This instance uses the following locales internally (in descending precedence): * * - `de_CH` * - `de` * - `en` * - `base` */ declare const faker: Faker; export { faker };