import { Address, PublicActions } from 'viem'; export declare function quoteExecuteOrder(client: PublicActions, communityToken: Address, isBuy: boolean, isExactIn: boolean, amount: bigint): Promise; //# sourceMappingURL=quote-order.d.ts.map