import { WapeSale } from "../../contracts/types"; import { WapeSaleData } from "../../types"; export declare const getSaleData: (contract: WapeSale, isEth: boolean) => Promise;