import { z } from "zod";
/**
 * A Zod schema for u64 values as strings.
 * Validates that a string represents a valid u64 value (0 to 2^64-1).
 * Returns the value as a string to preserve precision for large numbers.
 */
export declare const u64StringSchema: z.ZodString;
//# sourceMappingURL=u64-string-schema.d.ts.map