import { FourCreateWithBundleBuySignParams, FourCreateWithBundleBuyMerkleResult, FourBatchBuySignParams, FourBatchBuyMerkleResult, FourBatchSellSignParams, FourBatchSellMerkleResult } from './types.js'; export declare function createTokenWithBundleBuyMerkle(params: FourCreateWithBundleBuySignParams): Promise; export declare function batchBuyWithBundleMerkle(params: FourBatchBuySignParams): Promise; export declare function batchSellWithBundleMerkle(params: FourBatchSellSignParams): Promise;