import { Schema } from "@fncts/schema/Schema/definition"; import { HashSet } from "@fncts/base/collection/immutable/HashSet/definition"; import { Check } from "@fncts/typelevel"; import { Parser } from "@fncts/schema/Parser/definition"; import { Gen } from "@fncts/test/control/Gen"; export declare function hashSet(value: Schema): Schema>; /** * @tsplus static fncts.schema.SchemaOps hashSetFromArray * @tsplus location "@fncts/schema/Schema/api/hashSet" */ export declare function hashSetFromArray(value: Schema): Schema>; /** * @tsplus derive fncts.schema.Schema[fncts.HashSet]<_> 10 * @tsplus location "@fncts/schema/Schema/api/hashSet" */ export declare function deriveHashSet>(...[value]: [A] extends [HashSet] ? Check>> extends Check.True ? [value: Schema] : never : never): Schema;