import * as z from "zod/mini"; /** * Monotonically increasing identifier for one protocol document generation. * Hosts use it to reject messages from replaced documents. */ export declare const generationSchema: z.core.$ZodBranded, "Generation", "out">; export type Generation = z.output; export declare function createGeneration(value: number): Generation; //# sourceMappingURL=v3-generation.d.ts.map