import { z } from "zod"; export declare const Grant: z.ZodObject<{ command: z.ZodLiteral<"GRANT">; language: z.ZodLiteral<"DCL">; operation: z.ZodLiteral<"rights">; }, "strict", z.ZodTypeAny, { command: "GRANT"; language: "DCL"; operation: "rights"; }, { command: "GRANT"; language: "DCL"; operation: "rights"; }>; export type Grant = z.infer; //# sourceMappingURL=grant.d.ts.map