interface LinkSuggestion { type: 'email' | 'phone'; maskedIdentifier?: string; reason: string; } /** * Fetch the "you may have a second account" nudge. Best-effort: any failure * (old backend, flag off, network) means no nudge — never breaks a sign-in. */ export declare function fetchLinkSuggestion(): Promise; /** One dim line after sign-in when a link opportunity exists. TTY only. */ export declare function maybePrintLinkSuggestion(): Promise; export declare function accountLink(identifierArg?: string): Promise; export {}; //# sourceMappingURL=account-link.d.ts.map