import { z } from "zod"; export declare const kmsCiphertextB64Schema: z.ZodString; export declare const kmsEncryptedEnvelopeSchema: z.ZodObject<{ enc: z.ZodString; }, z.core.$strip>; export type KmsEncryptedEnvelope = z.infer;