/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../../index"; import * as Airtop from "../../../../../api/index"; import * as core from "../../../../../core"; import { SummaryConfig } from "../../../../types/SummaryConfig"; export declare const SessionSummaryHandlerRequestBody: core.serialization.Schema; export declare namespace SessionSummaryHandlerRequestBody { interface Raw { clientRequestId?: string | null; configuration?: SummaryConfig.Raw | null; costThresholdCredits?: number | null; prompt?: string | null; timeThresholdSeconds?: number | null; } }