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