import { CountryCode } from 'libphonenumber-js'; export interface PhonenumberOptions { country?: CountryCode; } //# sourceMappingURL=types.d.ts.map