/** * Inline verification: send a one-time code (by email, or SMS where configured) * and confirm it. Returns true once verified. A prerequisite for funding * (the onramp requires a verified phone on file). * * `retryHint` is the command the user re-runs to mint a fresh code when this * one is burned (expired / too many attempts) — name the command they actually * typed, e.g. 'agent-cards cards create' or 'agent-cards wallet fund'. */ export declare function inlinePhoneVerification(retryHint: string): Promise; //# sourceMappingURL=phone-verify.d.ts.map