import { TokenWithBalance } from '@argent/x-shared'; import { Calldata } from 'starknet'; declare const useMaxAmountTransaction: (token: TokenWithBalance | undefined, recipient: string | undefined) => Array<{ contractAddress: string; entrypoint: string; calldata: Calldata; }>; export { useMaxAmountTransaction };