import Nillable from '../nodes/nillable'; import type { Schema } from '../types'; declare const nillable: (nillable: Schema) => Nillable; export default nillable;