import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { DependentAvailableToolIdentifierAccessLevel } from "./DependentAvailableToolIdentifierAccessLevel"; export declare const DependentAvailableToolIdentifier: core.serialization.ObjectSchema; export declare namespace DependentAvailableToolIdentifier { interface Raw { id: string; name: string; created_at_unix_secs: number; access_level: DependentAvailableToolIdentifierAccessLevel.Raw; } }