/**
 * A publicly available phone number in [E.164](https://en.wikipedia.org/wiki/E.164) format.
 *
 */
export type PhoneNumber = string;
//# sourceMappingURL=phone-number.d.cts.map