import { Chunk } from "@fp-ts/data/Chunk"; import * as S from "../_schema.js"; import type { DefaultSchema } from "./withDefaults.js"; export declare const arrayIdentifier: S.Annotation<{ self: S.SchemaUPI; }>; export declare function array(self: S.Schema): DefaultSchema; //# sourceMappingURL=array.d.ts.map