import type { LogEntry } from './../../interfaces/index.js'; export declare const decodeLogs: (logs: any[]) => LogEntry[]; export declare const parseData: (type: string, data: string) => string | number | boolean;