import z from 'zod'; export declare const zInstallationChannels: z.ZodEnum<["Attribute", "Launcher", "Standalone", "Discord", "Slack", "API"]>; type InstallationChannels = z.infer; export default InstallationChannels;