import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; export declare const DebugModelLogSummary: core.serialization.ObjectSchema; export declare namespace DebugModelLogSummary { interface Raw { url: string; method: string; status_code: number; } }