import { JSONData } from './JSONData.js';
export declare class LogEntry extends JSONData {
    static fromJSON(value: {
        data: string;
    }): LogEntry;
}
//# sourceMappingURL=LogEntry.d.ts.map