z.datetimeRegex
import { z } from "https://esm.sh/zod@3.25.76/index.d.cts";
const { datetimeRegex } = z;function datetimeRegex(args: {
precision?: number | null;
offset?: boolean;
local?: boolean;
}): RegExp;import { z } from "https://esm.sh/zod@3.25.76/index.d.cts";
const { datetimeRegex } = z;