import * as S from "../_schema.js"; import type { DefaultSchema } from "./withDefaults.js"; export interface PositiveBrand { readonly Positive: unique symbol; } export type Positive = number & PositiveBrand; export declare const positiveIdentifier: S.Annotation<{ self: S.SchemaAny; }>; export declare function positive(self: S.Schema): DefaultSchema; //# sourceMappingURL=positive.d.ts.map