import { a as PhoneNumber } from './types-B35vA0Ht.js'; type FormatStyle = 'NATIONAL' | 'INTERNATIONAL' | 'E164'; declare const format: (phoneNumber: PhoneNumber, style: FormatStyle) => string; export { type FormatStyle, format };