/** * Inline Rain-era KYC transfer: a user verified under the legacy (Rain-hosted) * flow supplies their SSN once and their verification is consolidated into our * identity provider — no re-verification, no documents. A prerequisite for * funding on rails that require registered KYC before checkout. * * The SSN is forward-only: sent to the identity provider, never stored or * logged. Returns true once transferred (or if it already was). * * `retryHint` is the command the user re-runs afterwards, e.g. 'agent-cards fund'. */ export declare function inlineKycTransfer(retryHint: string): Promise; //# sourceMappingURL=kyc-transfer.d.ts.map