import { ClaimSaleConfig, AirWildS2Config, AirWildS2Instance, ClaimWithChildInstance, WapeSaleConfig, WapeSaleInstance, GenSaleConfig, GenSaleInstance } from "./types"; export * from "./types"; export declare const createAirWild2SaleInstance: (config: AirWildS2Config) => AirWildS2Instance; export declare const createWapeSaleInstance: (config: WapeSaleConfig) => WapeSaleInstance; export declare const createGenSaleInstance: (config: GenSaleConfig) => GenSaleInstance; export declare const createClaimWithChildInstance: (config: ClaimSaleConfig) => ClaimWithChildInstance;