import { AirWild2Sale } from "../../contracts/types"; import { SaleStatus } from "../../types"; export declare const getSaleStatus: (contract: AirWild2Sale) => Promise;