export declare class EscrowEventTopics { eventName: string; constructor(rawTopics: string[]); toJSON(): { eventName: string; }; }