import { Schema } from '../schema'; /** * Create a 'defaults' schema. * * During mapping or unmapping, if the value is null or undefined, the schema * defaults to the 'defaultValue' specified in the schema. */ export declare function defaults(schema: Schema, defaultValue: V): Schema; //# sourceMappingURL=defaults.d.ts.map