import { JSONSchema, ValidateFunction } from '../validation'; export declare enum SaleType { ORDER = "order", BID = "bid", MINT = "mint" } export declare namespace SaleType { const schema: JSONSchema; const validate: ValidateFunction; } //# sourceMappingURL=sale-type.d.ts.map