import { z } from "zod";
/**
 * A Zod schema for u64 values.
 * Validates that a bigint is between 0 and 2^64-1 (inclusive).
 */
export declare const u64Schema: z.ZodBigInt;
//# sourceMappingURL=u64-schema.d.ts.map