import * as S from "../_schema.js"; import type { DefaultSchema } from "./withDefaults.js"; export declare const nullableIdentifier: S.Annotation<{ self: S.SchemaAny; }>; export type Nullable = A | null; export declare function nullable(self: S.Schema): DefaultSchema; //# sourceMappingURL=nullable.d.ts.map