import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { GroupTypeEnum } from "./GroupTypeEnum"; export declare const GroupType: core.serialization.Schema; export declare namespace GroupType { type Raw = GroupTypeEnum.Raw | string; }