import type { RecipientData } from "./types"; /** * Get the display value for a recipient (formatted address with optional ENS name). */ export declare function getRecipientDisplayValue(recipient: RecipientData | null, options?: { prefixLength?: number; suffixLength?: number; }): string; /** * Get the prefill value for recipient search when editing from Amount step. */ export declare function getRecipientSearchPrefillValue(recipient: RecipientData | null): string | undefined; //# sourceMappingURL=utils.d.ts.map