export declare class DcdtTokenTopics { private readonly tokenID; private readonly nonce; private readonly amount; constructor(rawTopics: string[]); toJSON(): { tokenID: string; amount: string; }; }