import type { SimpleSeaportV1Order } from "../../types"; import type { OrderWithCounter } from "./types"; export declare function convertAPIOrderToSeaport(order: SimpleSeaportV1Order): OrderWithCounter;