import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const ListStaffParams: core.serialization.ObjectSchema; export declare namespace ListStaffParams { interface Raw { list_kwargs?: Record | null; smb_tool_type?: "list_staff" | null; } }