import { default as z } from 'zod/v4'; export declare const configZ: z.ZodObject<{ type: z.ZodLiteral<"write">; channel: z.ZodUnion<[z.ZodUInt32, z.ZodPipe>]>; value: z.ZodNumber; }, z.core.$strip>; export interface Config extends z.infer { } export declare const defaultConfig: () => Config; //# sourceMappingURL=config.d.ts.map