import * as S from "../_schema.js"; import type { Int } from "./int.js"; import type { Positive } from "./positive.js"; import type { DefaultSchema } from "./withDefaults.js"; export declare const positiveIntFromNumberIdentifier: S.Annotation<{}>; export type PositiveInt = Int & Positive; export declare const positiveIntFromNumber: DefaultSchema>; export declare const positiveIntIdentifier: S.Annotation<{}>; export declare const positiveInt: DefaultSchema>; //# sourceMappingURL=positiveInt.d.ts.map