import type { Result } from '@chzky/core'; import { VerifyError } from './verify.error.js'; export declare function verify_phone(phone: string): Result; //# sourceMappingURL=phone.d.ts.map