import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { AnalysisRunningTotal } from "./AnalysisRunningTotal"; import { AnalysisRunSnapshot } from "./AnalysisRunSnapshot"; export declare const AnalysisCharging: core.serialization.ObjectSchema; export declare namespace AnalysisCharging { interface Raw { total: AnalysisRunningTotal.Raw; last_run: AnalysisRunSnapshot.Raw; } }