import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const ManualVerificationFileResponse: core.serialization.ObjectSchema; export declare namespace ManualVerificationFileResponse { interface Raw { file_id: string; file_name: string; mime_type: string; size_bytes: number; upload_date_unix: number; } }