/** Installed channel-plugin catalog response schema. */ import { z } from 'zod'; export declare const channels: z.ZodObject<{ channels: z.ZodArray; }, z.core.$strip>; export type Channels = z.infer; //# sourceMappingURL=channels.d.ts.map