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

/**
 * The faker instance for the `nb_NO` locale.
 *
 * - Language: Norwegian (Norway)
 * - Endonym: Norsk bokmål (Norge)
 *
 * This instance uses the following locales internally (in descending precedence):
 *
 * - `nb_NO`
 * - `en`
 * - `base`
 */
declare const faker: Faker;

export { faker };
