import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { AuthConnectionDependencies } from "./AuthConnectionDependencies"; export declare const MtlsAuthResponse: core.serialization.ObjectSchema; export declare namespace MtlsAuthResponse { interface Raw { name: string; provider: string; id: string; used_by?: AuthConnectionDependencies.Raw | null; } }