import { Hex } from 'viem'; export declare const getTransactionRecipient: (data: Hex | undefined, to: Hex | undefined) => Hex | undefined;