import { z } from 'zod'; export declare const resultType: z.ZodEnum<{ error: "error"; skipped: "skipped"; success: "success"; warning: "warning"; notSupported: "notSupported"; }>; //# sourceMappingURL=resultType.generated.d.ts.map