import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { SeatType } from "./SeatType"; export declare const ScimGroupResponseModel: core.serialization.ObjectSchema; export declare namespace ScimGroupResponseModel { interface Raw { scim_external_id?: string | null; display_name: string; created_at_unix?: number | null; updated_at_unix?: number | null; seat_type?: SeatType.Raw | null; } }