import { Address } from '@terradharitri/sdk-core'; import { PriceDiscoveryTopicsType } from './price.discovery.types'; export declare class PriceDiscoveryEventTopics { protected eventName: string; protected caller: Address; protected block: number; protected epoch: number; protected timestamp: number; constructor(rawTopics: string[]); toJSON(): PriceDiscoveryTopicsType; }