import { Chunk } from "@fp-ts/data/Chunk"; import * as S from "../_schema.js"; import type { DefaultSchema } from "./withDefaults.js"; export declare const fromChunkIdentifier: S.Annotation<{ self: S.SchemaAny; }>; export declare function fromChunk(self: S.Schema): DefaultSchema, Iterable, readonly Encoded[], { self: Api; }>; export declare const chunkIdentifier: S.Annotation<{ self: S.SchemaAny; }>; export declare function chunk(self: S.Schema): DefaultSchema, Iterable, readonly Encoded[], { self: Api; }>; //# sourceMappingURL=chunk.d.ts.map