import { YupPhoneOptions } from "./YupPhoneOptions";
export declare function validatePhone(value: unknown, options: YupPhoneOptions): boolean;
