export declare const isValidPhoneNumber: (phoneNumber?: string | null) => boolean;
export declare const formatNationalNumber: (phoneNumber?: string | null) => string;
export declare const formatInternationalNumber: (phoneNumber?: string | null) => string;
