import { Address } from '@terradharitri/sdk-core'; import { DcdtTokenPayment } from '../../attributes-decoder'; export declare class FeesCollectorEventTopics { readonly eventName: string; readonly caller: Address; readonly payment: DcdtTokenPayment; readonly currentWeek: number; constructor(rawTopics: string[]); toJSON(): { eventName: string; caller: string; payment: import("../../attributes-decoder").DcdtTokenPaymentType; currentWeek: number; }; }