export declare class NotifyPhoneNumber { getDialCode(): string getID(): string getNumber(): string getOwner(): string getTerritory(): string isShortCode(): boolean supportsConferenceCall(): boolean supportsIncomingPhoneCall(): boolean supportsIncomingSMS(): boolean supportsOutgoingPhoneCall(): boolean supportsOutgoingSMS(): boolean supportsRecording(): boolean supportsWebRTC(): boolean constructor() }