import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { DebugModelLogSummary } from "./DebugModelLogSummary"; export declare const DebugModeLog: core.serialization.ObjectSchema; export declare namespace DebugModeLog { interface Raw { log_id: string; dashboard_view: string; log_summary: DebugModelLogSummary.Raw; } }