import { objectForVT } from '../../common/constant/ACEPublicStaticConfig'; export default class ACEntityForVT { private static _TAG; private _map; constructor(); getMap(): Map; setDeepCopy(value: Map): void; setDeepCopyForJSON(value: JSON): void; getAssembleParams(): string; getVTSGoldMaster(): string; getBuyTimeTSGoldMaster(): string; getPcStampGoldMaster(): string; isEmptyAtVTS(): boolean; getVTS(): string; setVTS(value: Date): void; getRandom6ForVTS(): string; setRandom6ForVTS(value: string): void; getVisitCount(): string; setVisitCount(value: number): void; isEmptyAtBuyTimeTS(): boolean; getBuyTimeTS(): string; setBuyTimeTS(value: string): void; getRandom6ForBuyTimeTS(): string; setRandom6ForBuyTimeTS(value: string): void; getBuyCount(): string; setBuyCount(value: number): void; getPcStamp(): string; setPcStamp(value: number): void; getRandom6ForPcStamp(): string; setRandom6ForPcStamp(value: string): void; setPcStampWhenNotStored(): void; toJSON(): object; getObjectForTS(): objectForVT; } //# sourceMappingURL=ACEntityForVT.d.ts.map