import { z } from 'zod'; export declare const buildLogsResponseEntry: z.ZodObject<{ level: z.ZodEnum<{ error: "error"; info: "info"; warning: "warning"; debug: "debug"; }>; message: z.ZodString; }, z.core.$strip>; //# sourceMappingURL=buildLogsResponseEntry.generated.d.ts.map