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

/**
 * The faker instance for the `vi` locale.
 *
 * - Language: Vietnamese
 * - Endonym: Tiếng Việt
 *
 * This instance uses the following locales internally (in descending precedence):
 *
 * - `vi`
 * - `en`
 * - `base`
 */
declare const faker: Faker;

export { faker };
