import type { ZodTypeAny } from "zod";
import type { ChannelConfigSchema } from "./types.plugin.js";
export declare function buildChannelConfigSchema(schema: ZodTypeAny): ChannelConfigSchema;
