import { BuyArgs, BuyArgsFtResponse, BuyArgsResponse, NearContractCall } from '../types'; /** * Buys a listed token for a specified price as long as its above the price for which is was listed * @param buyArguments {@link BuyArgs} * @returns contract call to be passed to @mintbase-js/sdk execute method */ export declare const buy: (args: BuyArgs) => NearContractCall; //# sourceMappingURL=buy.d.ts.map