import { OrderTypedData } from './types.js';
import { UnsignedOrder } from '../order-signing/index.js';
import { SupportedChainId } from '../chains/index.js';
export declare function getOrderTypedData(chainId: SupportedChainId, orderToSign: UnsignedOrder): Promise<OrderTypedData>;
