/**
 * checks whether a string is a universally formatted phone number
 */
export declare const isUniPhoneNumber: import("type-fns").AssessWithAssure<string, string & import("domain-glossaries").OfGlossary<"uni-phone">>;
