import { Entity } from '../../entity'; export declare class CreateNineGagReferralResponse extends Entity { nineGagId: string; wallet: string; }