import { ValidateFunction } from "ajv";
import { OrderV2 } from "./types";
export declare const validateOrder: ValidateFunction<OrderV2>;
