export declare class NotifyPhoneNumber { constructor(); 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; } //# sourceMappingURL=NotifyPhoneNumber.d.ts.map