import { F as Faker } from '../airline-CLphikKp.js';

/**
 * 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 };
