import { type Quote } from '../@types/quote.js';
/**
 * A helper function to encode the order data
 * @param quote - The quote provided by the Mach API
 * @returns The encoded order data
 */
export declare const encodeOrderData: (quote: Quote) => `0x${string}`;
//# sourceMappingURL=encodeOrderData.d.ts.map