import { Schema } from '../schema'; /** * Creates a nullable schema. * * The nullable schema allows null values or the values allowed by the given * 'schema'. */ export declare function nullable(schema: Schema): Schema; //# sourceMappingURL=nullable.d.ts.map