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 BearerAuthResponse: core.serialization.ObjectSchema; export declare namespace BearerAuthResponse { interface Raw { name: string; provider: string; id: string; used_by?: AuthConnectionDependencies.Raw | null; } }