export interface ISale {
    sale_start_time: BigInt;
    softcap: BigInt;
    hardcap: BigInt;
    account_address: string;
    description: null | string;
    logo: null | string;
    telegram: null | string;
    discord: null | string;
    twitter: null | string;
    website: null | string;
}
//# sourceMappingURL=types.d.ts.map