export declare class LaunchPoolV4PledgeRecord { 'createTimest': string; 'rewardCoin': string; 'coin': string; 'type': number; 'amount': string; 'id': number; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }