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