import { z } from "zod"; export declare const Rollback: z.ZodObject<{ command: z.ZodLiteral<"ROLLBACK">; language: z.ZodLiteral<"TCL">; operation: z.ZodLiteral<"transaction">; }, "strict", z.ZodTypeAny, { command: "ROLLBACK"; language: "TCL"; operation: "transaction"; }, { command: "ROLLBACK"; language: "TCL"; operation: "transaction"; }>; export type Rollback = z.infer; //# sourceMappingURL=rollback.d.ts.map