import { z } from "zod"; import { type Json } from "./json.js"; export type JsonArray = Array; export declare const array: () => z.ZodArray>>;