import { TelcoType } from "interface"; declare const _default: (phone: string, phoneTelco?: { label: string; value: TelcoType; } | undefined) => { isValid: boolean; message: string; }; export default _default; //# sourceMappingURL=checkPhoneValidity.d.ts.map