export declare enum NumberFormat {
    E164,
    INTERNATIONAL,
    NATIONAL,
    RFC3966
}
