import { Schema } from '../schema'; /** * Create an optional schema. * * The optional schema allows 'undefined' or the values allowed by the given * 'schema'. */ export declare function optional(schema: Schema): Schema; //# sourceMappingURL=optional.d.ts.map