import type * as ElevenLabs from "../../../../../api/index"; import * as core from "../../../../../core"; import type * as serializers from "../../../../index"; import { DefaultSharingGroupConfig } from "../../../../types/DefaultSharingGroupConfig"; export declare const BodyCreateServiceAccountV1ServiceAccountsPost: core.serialization.Schema; export declare namespace BodyCreateServiceAccountV1ServiceAccountsPost { interface Raw { name: string; default_sharing_groups?: DefaultSharingGroupConfig.Raw[] | null; } }