import { BigNumberish } from "starknet"; export declare const isUnlimitedAmount: (amount: BigNumberish) => boolean;