export declare class PhoneNumber { private value; private constructor(); static create(phoneNumber: string): PhoneNumber; getValue(): string; }