chatInputCommandSubcommandGroupPredicate: z.ZodObject<{ name: z.ZodString; name_localizations: z.ZodOptional<z.ZodObject<Record<import("discord-api-types/v10").Locale, z.ZodOptional<z.ZodString>>, z.core.$strict>>; description: z.ZodString; description_localizations: z.ZodOptional<z.ZodObject<Record<import("discord-api-types/v10").Locale, z.ZodOptional<z.ZodString>>, z.core.$strict>>; type: z.ZodLiteral<ApplicationCommandOptionType.SubcommandGroup>; options: z.ZodArray<z.ZodObject<{ type: z.ZodLiteral<ApplicationCommandOptionType.Subcommand>; }, z.core.$strip>>;}, z.core.$strip>
z.ZodObject<{ name: z.ZodString; name_localizations: z.ZodOptional<z.ZodObject<Record<Locale, z.ZodOptional<z.ZodString>>, z.core.$strict>>; description: z.ZodString; description_localizations: z.ZodOptional<z.ZodObject<Record<Locale, z.ZodOptional<z.ZodString>>, z.core.$strict>>; type: z.ZodLiteral<ApplicationCommandOptionType.SubcommandGroup>; options: z.ZodArray<z.ZodObject<{ type: z.ZodLiteral<ApplicationCommandOptionType.Subcommand>; }, z.core.$strip>>;}, z.core.$strip>